Issue Type
Missing documentation
Documentation Location
https://docs.altis-dxp.com/guides/updating-php/
Issue Description
Currently our PHP upgrade guide tells you to disable platform-checks, this means if you upgrade to a newer version of Altis while upgrading PHP, you're not going to get any PHP version failures if you roll out the codebase to an older version of PHP in altis cloud.
For example:
- Have PHP 8.1 codebase on Altis 20
- Upgrade to Altis 25, and planning to do PHP 8.3. Add the ignore platform-checks
- Deploy codebase to PHP 8.1
You never get an errors that your codebase is not 8.1 compatible, because we're telling people to disable platform checks.
Current Content
Suggested Improvement
Additional Info
No response