Changeset:
        2b29bee9844d
        
https://sourceforge.net/p/mrbs/hg-code/ci/2b29bee9844d220290dabfdce104552b85dd123b
Author:
        John Beranek <[email protected]>
Date:
        Fri Sep 18 20:25:34 2015 +0100
Log message:

Changed minimum required PHP version to 5.3.3, still supporting the
standard PHP in RHEL/CentOS 6, but not Ubuntu Lucid's 5.3.2, but Lucid
is out of support.

diffstat:

 web/internalconfig.inc.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 19b6162331e1 -r 2b29bee9844d web/internalconfig.inc.php
--- a/web/internalconfig.inc.php        Fri Sep 18 20:25:05 2015 +0100
+++ b/web/internalconfig.inc.php        Fri Sep 18 20:25:34 2015 +0100
@@ -127,7 +127,7 @@
  ********************************************************/
 
 // Check PHP version
-$min_PHP_version = '5.3.0';
+$min_PHP_version = '5.3.3';
 if (!function_exists('version_compare') || version_compare(PHP_VERSION, 
$min_PHP_version) < 0)
 {
   die("MRBS requires PHP $min_PHP_version or above.   This server is running 
version " . PHP_VERSION . ".");

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to