[geeklog-cvs] geeklog: Set min. required PHP version to 5.2.0 (feature request...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Nov 6 08:37:22 EDT 2010


changeset 8008:b4006001bbc5
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/b4006001bbc5
user: Dirk Haun <dirk at haun-online.de>
date: Sat Nov 06 12:54:34 2010 +0100
description:
Set min. required PHP version to 5.2.0 (feature request #0001217)

diffstat:

 public_html/admin/install/lib-install.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 56d73b82d59d -r b4006001bbc5 public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Mon Nov 01 17:06:10 2010 +0100
+++ b/public_html/admin/install/lib-install.php	Sat Nov 06 12:54:34 2010 +0100
@@ -62,7 +62,7 @@
     define('XHTML', ' /');
 }
 if (!defined('SUPPORTED_PHP_VER')) {
-    define('SUPPORTED_PHP_VER', '4.4.0');
+    define('SUPPORTED_PHP_VER', '5.2.0');
 }
 if (!defined('SUPPORTED_MYSQL_VER')) {
     define('SUPPORTED_MYSQL_VER', '4.0.18');



More information about the geeklog-cvs mailing list