X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=32f5ca3c6fb4fe779b0c90cf74bd9106ab7b6dd0;hb=3947bbb0438beae6ef746c4c946fafe40faa27a8;hp=beb1cbca592aefae1071254c9ab95c04ea635526;hpb=9977c418d6d0de9e22e4ec276e7d476e184b5d01;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index beb1cbca..32f5ca3c 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ * * Licence: http://www.opensource.org/licenses/zlib-license.php * - * Requires: PHP 5.3.x + * Requires: PHP 5.5.x */ // Set 'UTC' as the default timezone if it is not defined in php.ini @@ -83,7 +83,7 @@ use \Shaarli\ThemeUtils; // Ensure the PHP version is supported try { - ApplicationUtils::checkPHPVersion('5.3', PHP_VERSION); + ApplicationUtils::checkPHPVersion('5.5', PHP_VERSION); } catch(Exception $exc) { header('Content-Type: text/plain; charset=utf-8'); echo $exc->getMessage();