From e275ecac077dec88a8457dc106cac7fe0829a1fc Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 1 May 2015 18:26:46 +0200 Subject: [PATCH] Set minimum PHP version to 5.4.0 --- src/_h5ai/server/php/inc/class-bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_h5ai/server/php/inc/class-bootstrap.php b/src/_h5ai/server/php/inc/class-bootstrap.php index 582b2cc8..11d774e6 100644 --- a/src/_h5ai/server/php/inc/class-bootstrap.php +++ b/src/_h5ai/server/php/inc/class-bootstrap.php @@ -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;