File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414#ini_set('display_errors', 1);
1515
1616/* PHP version validation */
17- if (!defined ('PHP_VERSION_ID ' ) || PHP_VERSION_ID < 70400 ) {
17+ if (!defined ('PHP_VERSION_ID ' ) || PHP_VERSION_ID < 80100 ) {
1818 if (PHP_SAPI == 'cli ' ) {
19- echo 'Magento supports PHP 7.4 .0 or later. ' .
19+ echo 'Magento supports PHP 8.1 .0 or later. ' .
2020 'Please read https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements-tech.html ' ;
2121 } else {
2222 echo <<<HTML
2323<div style="font:12px/1.35em arial, helvetica, sans-serif;">
24- <p>Magento supports PHP 7.4 .0 or later. Please read
24+ <p>Magento supports PHP 8.1 .0 or later. Please read
2525 <a target="_blank" href="https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements-tech.html">
2626 Magento System Requirements</a>.
2727</div>
You can’t perform that action at this time.
0 commit comments