r13843 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13842‎ | r13843 | r13844 >
Date:15:30, 24 April 2006
Author:tstarling
Status:old
Tags:
Comment:
We no longer support PHP 4.3.2, thanks to the unicode character classes in User::isValidUserName(). Support for this was added in 4.3.3.
Modified paths:
  • /branches/REL1_6/phase3/INSTALL (modified) (history)
  • /branches/REL1_6/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: branches/REL1_6/phase3/RELEASE-NOTES
@@ -122,7 +122,7 @@
123123 == Compatibility ==
124124
125125 Older PHP 4.2 and 4.1 releases are no longer supported; PHP 4 users must
126 -upgrade to 4.3 or later.
 126+upgrade to 4.3.3 or later.
127127
128128 MediaWiki 1.6 is the last major version to support PHP 4; future versions
129129 will require PHP 5.
Index: branches/REL1_6/phase3/INSTALL
@@ -7,7 +7,7 @@
88 the necessary prerequesites available.
99
1010 Required software:
11 -* Web server with PHP 4.3.2 or higher; 4.4.x or 5.x is recommended.
 11+* Web server with PHP 4.3.3 or higher; 4.4.x or 5.x is recommended.
1212 * A MySQL server, 4.0.x or higher.
1313
1414 MediaWiki is developed and tested mainly on Unix/Linux

Status & tagging log