mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 12:07:10 -04:00
Set minimum PHP version to 5.4.0
This commit is contained in:
parent
2d0cc10e44
commit
e275ecac07
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue