From: <var...@us...> - 2016-02-04 16:54:38
|
Revision: 9773 http://sourceforge.net/p/phpwiki/code/9773 Author: vargenau Date: 2016-02-04 16:54:35 +0000 (Thu, 04 Feb 2016) Log Message: ----------- INSTALL: PhpWiki 1.5.5 is not yet compatible with the PHP 7 series. Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2016-01-29 13:32:57 UTC (rev 9772) +++ trunk/INSTALL 2016-02-04 16:54:35 UTC (rev 9773) @@ -3,15 +3,13 @@ PhpWiki 1.5.5 requires a web server with at least PHP version 5.3. All users of PHP are strongly encouraged to upgrade to -PHP 5.3.29 or to PHP 5.4 or 5.5. +PHP 5.3.29, PHP 5.4.45, PHP 5.5 or PHP 5.6. +PhpWiki 1.5.5 is not yet compatible with the PHP 7 series. + 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." - PHP must also be compiled with support for the type of database you want to use, i.e. --with-gdbm, --with-db2, --with-db3, --with-msql, --with-pgsql. Consult the PHP installation manual for specific This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |