-
Notifications
You must be signed in to change notification settings - Fork 1.7k
MAGEDOC-3966 PHP version update #5046
Conversation
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.
Tread very carefully in Cloud territory.
You must revert many of these changes.
```yaml | ||
build: | ||
flavor: composer | ||
flavor: composer |
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.
PR #5039 will blow this away
Our YAML files may or may not conform to our linter. It depends on the YAML we refer to in the development repo.
Remove all changes to this file.
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.
Done.
1. Find your `php.ini` file using the following command: | ||
|
||
php --ini | ||
php --ini |
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.
Formatting here should be a code block.
3. Change the value of `memory_limit` to at least `1G` for normal use or at least `2G` for debugging. | ||
4. Save your changes to `php.ini` and exit the text editor. | ||
5. Restart your web server: | ||
Use the value of `Loaded Configuration File`. |
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.
None of these old steps are confirmed accurate. I would drop edits to this old file.
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.
I will revert this file.
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.
It's very difficult to review PRs this large. Many changes affect formatting only and should be made separately in the future. I stopped commenting on all the formatting instances that require code fences, but that are everywhere.
I'd like to review again after you fix the self-redirect issue that's preventing the php-settings.html
file from rendering on staging.
Co-Authored-By: hguthrie <hguthrie@users.noreply.github.com>
Co-Authored-By: Jeff Matthews <matthews.jeffery@gmail.com>
Removed cloud topics. Fixed code fences. Fixed recursive redirect. |
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.
You are hereby released from Cloud lockdown.
running tests |
## PHP (local) {#php} | ||
|
||
Install [PHP](https://glossary.magento.com/php) on your local. We recommend PHP 7.1.3+ or 7.2. For information on installing PHP on CentOS and Ubuntu see [PHP](../../../v2.3/install-gde/prereq/php-centos-ubuntu.html). For instructions for another OS, see the [PHP documentation](http://php.net/manual/en/install.php). | ||
Install [PHP](https://glossary.magento.com/php) on your local. We recommend PHP 7.1.3+ or 7.2. For information on installing PHP see [PHP Settings]({{ page.baseurl }}/install-gde/prereq/php-settings.md). For instructions for another OS, see the [PHP documentation](http://php.net/manual/en/install.php). |
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.
HTML instead of MD
Co-Authored-By: hguthrie <hguthrie@users.noreply.github.com>
Co-Authored-By: hguthrie <hguthrie@users.noreply.github.com>
running tests |
Hi @dobooth, thank you for your contribution! |
Purpose of this pull request
Magento 2.3.3 raises the PHP minimum version and includes PHP 7.3 on the upper end.
This PR updates this version number.
It also removes/updates PHP installation steps and cleaned up some duplicative files.
Lots of markdown cleanup and link fixing.
https://jira.corp.magento.com/browse/MAGEDOC-3966
This pull request (PR) ...
Affected DevDocs pages
https://devdocs.magedevteam.com/661/guides/v2.3/install-gde/system-requirements-tech.html