magento / devdocs

Magento Developer Documentation
https://devdocs.magento.com
Open Software License 3.0
673 stars 1.77k forks source link

Upgrading PHP might require additional prep work #9530

Closed ak77-prime closed 1 year ago

ak77-prime commented 1 year ago

Is there an existing issue for this?

What's missing?

Upgrading of the PHP version is done by the merchant per https://devdocs.magento.com/cloud/project/magento-app-php-application.html

However, in some cases, the project's OS may not support the PHP version and would require an OS upgrade by the Infrastructure team before the customer would be able to proceed.

Submit a support ticket if you aren't able to successfully upgrade PHP.

Submit a support ticket to install these PHP extensions in Production (Pro and Starter plans) and Staging (Pro plan only)

To setup PHP to execute only SourceGuardian protected scripts in all environments, the following option must be set in the php.ini file:

[SourceGuardian]
sourceguardian.restrict_unencoded = "1"

Source: Section 3.5 of the SourceGuardian documentation

m2-assistant[bot] commented 1 year ago

Hi @ak77-prime. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.

Add a comment to assign the issue: @magento I am working on this


hguthrie commented 1 year ago

Recently addressed this in the new repository. Should update in next business day or two.