-
Notifications
You must be signed in to change notification settings - Fork 34
DOCSP-50960: Install with pie #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for docs-php-library ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🔄 Deploy Preview for docs-php-library processing
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
||
.. code-block:: bash | ||
|
||
pecl upgrade mongodb-<version-number> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: should we add a sudo here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The official pecl docs don't mention sudo
, I don't think this is required by default. I can mess with the filesystem permissions. I would remove the sudo
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, since it's not in the pecl docs I'll remove
source/get-started.txt
Outdated
If you want to install a {+extension-short+} version before v1.21, | ||
use the :php:`pecl command <mongodb.installation#mongodb.installation.pecl>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to install a {+extension-short+} version before v1.21, | |
use the :php:`pecl command <mongodb.installation#mongodb.installation.pecl>`. | |
To install a {+extension-short+} version before v1.21, | |
you must use the :php:`pecl command <mongodb.installation#mongodb.installation.pecl>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pie
being a new tool, I don't expect people to have it installed yet. Can you add a link to the pie install instructions: https://github.com/php/pie/blob/main/docs/usage.md
source/get-started.txt
Outdated
php --ini | ||
pie install mongodb/mongodb-extension^{+full-version+} | ||
|
||
Tto install a {+extension-short+} version before v1.21, you must |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tto install a {+extension-short+} version before v1.21, you must | |
To install a {+extension-short+} version before v1.21, you must |
source/get-started.txt
Outdated
|
||
.. code-block:: bash | ||
|
||
php --ini | ||
pie install mongodb/mongodb-extension^{+full-version+} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The colon is missing:
pie install mongodb/mongodb-extension^{+full-version+} | |
pie install mongodb/mongodb-extension:^{+full-version+} |
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-50960
Staging Links
Self-Review Checklist