Skip to content

Commit

Permalink
MAGETWO-50222: [Github][PR] Process public PRs #3647 #3453 #3205
Browse files Browse the repository at this point in the history
- changed minimum version
  • Loading branch information
Eddie Lau committed Mar 17, 2016
1 parent 4bac0da commit cb02472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
umask(0);

/* PHP version validation */
if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50500) {
if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50522) {
if (PHP_SAPI == 'cli') {
echo 'Magento supports PHP 5.5.0 or later. ' .
echo 'Magento supports PHP 5.5.22 or later. ' .
'Please read http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html';
} else {
echo <<<HTML
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
<p>Magento supports PHP 5.5.0 or later. Please read
<p>Magento supports PHP 5.5.22 or later. Please read
<a target="_blank" href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html">
Magento System Requirements</a>.
</div>
Expand Down

0 comments on commit cb02472

Please sign in to comment.