[geeklog-cvs] geeklog: Raised minimum required PHP version to PHP 4.4.0

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 27 11:23:19 EDT 2010


changeset 7845:c9bd05aadd72
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/c9bd05aadd72
user: Dirk Haun <dirk at haun-online.de>
date: Sat Mar 27 16:07:22 2010 +0100
description:
Raised minimum required PHP version to PHP 4.4.0

diffstat:

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

diffs (26 lines):

diff -r 740c11a29686 -r c9bd05aadd72 public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Sat Mar 27 16:05:56 2010 +0100
+++ b/public_html/admin/install/lib-install.php	Sat Mar 27 16:07:22 2010 +0100
@@ -62,7 +62,7 @@
     define('XHTML', ' /');
 }
 if (!defined('SUPPORTED_PHP_VER')) {
-    define('SUPPORTED_PHP_VER', '4.3.0');
+    define('SUPPORTED_PHP_VER', '4.4.0');
 }
 if (!defined('SUPPORTED_MYSQL_VER')) {
     define('SUPPORTED_MYSQL_VER', '4.0.18');
diff -r 740c11a29686 -r c9bd05aadd72 public_html/docs/history
--- a/public_html/docs/history	Sat Mar 27 16:05:56 2010 +0100
+++ b/public_html/docs/history	Sat Mar 27 16:07:22 2010 +0100
@@ -3,8 +3,9 @@
 Apr ??, 2010 (1.6.2)
 ------------
 
+- Raised minimum required PHP version to PHP 4.4.0 [Dirk]
 - Fixed an old bug that would create a new topic when you tried to change the
-  topic ID [Stan]
+  topic ID [Stan, Dirk]
 - A new right called htmlfilter.skip allows user groups to skip any html   
   filtering on posts (feature request #0000952) [Tom]
 - Allow empty database passwords only for local installs (bug #0000923, patch



More information about the geeklog-cvs mailing list