PrestaShop / php-ps-info

Simple script that allows you to test if your current environment fulfills PrestaShop's system requirements, and offers suggestions for improvements.
MIT License
105 stars 109 forks source link

Check PHP max version compatibility #33

Open Klemart3D opened 6 months ago

Klemart3D commented 6 months ago
Questions Answers
Description? Add a way to check if a PHP version can be too new for PrestaShop
Type? improvement
BC breaks? no
Deprecations? no
Fixed ticket? Fixes #32
How to test? PHP version ≥8.2 must display a cell with red background

Tests :

PHP 8.2 is incompatible: php_8 2

PHP 8.1 is OK: php_8 1

PHP 7.4 is required but not recommended: php_7 4

Klemart3D commented 3 months ago

Perhaps must be updated for PS9 with "PHP 8.3" when v9.0 will be officially released.