From b1cb4e48c03f4ce62b3de66c3337d8b9ef656477 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 12 Jul 2018 11:20:53 +0200 Subject: [PATCH] due to changes for compatibility with PHP 7.2, Piwigo now requires PHP 5.3 --- include/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants.php b/include/constants.php index b041191b5..a202cc7dd 100644 --- a/include/constants.php +++ b/include/constants.php @@ -31,7 +31,7 @@ defined('PWG_COMBINED_DIR') or define('PWG_COMBINED_DIR', $conf['data_location'] defined('PWG_DERIVATIVE_DIR') or define('PWG_DERIVATIVE_DIR', $conf['data_location'].'i/'); // Required versions -define('REQUIRED_PHP_VERSION', '5.2.0'); +define('REQUIRED_PHP_VERSION', '5.3.0'); // Access codes define('ACCESS_FREE', 0);