php-ps-info icon indicating copy to clipboard operation
php-ps-info copied to clipboard

Check PHP max version compatibility

Open Klemart3D opened this issue 1 year ago • 1 comments

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 avatar Feb 26 '24 09:02 Klemart3D