Require at least PHP 5.2.3. There's not much point increasing the minimum to 5.2...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 14 Mar 2011 10:42:07 +0000 (10:42 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 14 Mar 2011 10:42:07 +0000 (10:42 +0000)
INSTALL
RELEASE-NOTES
includes/installer/Installer.php

diff --git a/INSTALL b/INSTALL
index d246c7b..1f226fe 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ Starting with MediaWiki 1.2.0, it's possible to install and configure the wiki
 "in-place", as long as you have the necessary prerequisites available.
 
 Required software:
-* Web server with PHP 5.2.x or higher.
+* Web server with PHP 5.2.3 or higher.
 * A SQL server, the following types are supported
 ** MySQL 4.0.14 or higher
 ** PostgreSQL 8.3 or higher
index f6ea6f1..0a38d43 100644 (file)
@@ -19,7 +19,7 @@ Those wishing to use the latest code instead of a branch release can obtain
 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 
 === PHP 5.2 now required ==
-In 1.18, the lowest supported version of MediaWiki is now 5.2.x. Please upgrade
+In 1.18, the lowest supported version of MediaWiki is now 5.2.3. Please upgrade
 PHP if you have not done so prior to upgrading MediaWiki.
 
 === Configuration changes in 1.18 ===
index fd43fef..1ddc237 100644 (file)
@@ -24,7 +24,7 @@
 abstract class Installer {
 
        // This is the absolute minimum PHP version we can support
-       const MINIMUM_PHP_VERSION = '5.2.0';
+       const MINIMUM_PHP_VERSION = '5.2.3';
 
        /**
         * @var array