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 12
12
umask (0 );
13
13
14
14
/* PHP version validation */
15
- if (version_compare (phpversion (), '5.4.11 ' , '< ' ) === true ) {
15
+ if (version_compare (phpversion (), '5.5.0 ' , '< ' ) === true ) {
16
16
if (PHP_SAPI == 'cli ' ) {
17
- echo 'Magento supports PHP 5.4.11 or later. ' .
17
+ echo 'Magento supports PHP 5.5.0 or later. ' .
18
18
'Please read http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html ' ;
19
19
} else {
20
20
echo <<<HTML
21
21
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
22
- <p>Magento supports PHP 5.4.11 or later. Please read
22
+ <p>Magento supports PHP 5.5.0 or later. Please read
23
23
<a target="_blank" href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html">
24
24
Magento System Requirements</a>.
25
25
</div>
You can’t perform that action at this time.
0 commit comments