File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 13
13
/* PHP version validation */
14
14
if (version_compare (phpversion (), '5.4.11 ' , '< ' ) === true ) {
15
15
if (PHP_SAPI == 'cli ' ) {
16
- echo 'Magento supports PHP 5.4.11 or newer. Please read http://www.magento.com/install. ' ;
16
+ echo 'Magento supports PHP 5.4.11 or later. ' .
17
+ 'Please read http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html ' ;
17
18
} else {
18
19
echo <<<HTML
19
20
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
20
- <div style="margin:0 0 25px 0; border-bottom:1px solid #ccc;">
21
- <h3 style="margin:0;font-size:1.7em;font-weight:normal;text-transform:none;text-align:left;color:#2f2f2f;">
22
- Whoops, it looks like you have an invalid PHP version.</h3>
23
- </div>
24
- <p>Magento supports PHP 5.4.11 or newer.
21
+ <p>Magento supports PHP 5.4.11 or later. Please read
22
+ <a target="_blank" href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html">
23
+ Magento System Requirements</a>.
25
24
</div>
26
25
HTML ;
27
26
}
You can’t perform that action at this time.
0 commit comments