Set minimum PHP version to 5.4.0

This commit is contained in:
Lars Jung 2015-05-01 18:26:46 +02:00
parent 2d0cc10e44
commit e275ecac07

View file

@ -40,7 +40,7 @@ class Bootstrap {
// PHP
define("MIN_PHP_VERSION", "5.3.0");
define("MIN_PHP_VERSION", "5.4.0");
define("HAS_PHP_VERSION", version_compare(PHP_VERSION, MIN_PHP_VERSION) >= 0);
define("HAS_PHP_EXIF", function_exists("exif_thumbnail"));
$has_php_jpg = false;