From: <var...@us...> - 2012-01-03 13:09:08
|
Revision: 8219 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8219&view=rev Author: vargenau Date: 2012-01-03 13:08:57 +0000 (Tue, 03 Jan 2012) Log Message: ----------- PHP 5.3.8 Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2012-01-03 11:46:12 UTC (rev 8218) +++ trunk/INSTALL 2012-01-03 13:08:57 UTC (rev 8219) @@ -3,12 +3,15 @@ PhpWiki requires a web server with at least PHP version 4.3.9 (Red Hat Enterprise Linux ES release 4). PhpWiki was tested with 4.4.7 (centos4), 4.3.9, 4.3.10, 4.4.9, 5.0.3, -5.1.6 (centos5), 5.2.10, 5.3.2, 5.3.3. +5.1.6 (centos5), 5.2.10, 5.2.17, 5.3.2, 5.3.3, 5.3.6, 5.3.8. -All users of PHP are strongly encouraged to upgrade to PHP 5.2.17 -or PHP 5.3.6 that are the supported versions. -Visit <http://www.php.net> for downloads and information. +All users of PHP are strongly encouraged to upgrade to +PHP 5.3.8 (Current stable) this is the supported version +or if not possible to PHP 5.2.17 (Old stable). +Visit <http://www.php.net> and <http://php.net/downloads.php> +for downloads and information. + You need the Perl regular expressions package compiled in; this is the default for PHP, so you probably have it. If you don't you'll see an error like "function preg_replace() not defined." This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |