From 2602c996d468009d586be5c9f510a51824611dd1 Mon Sep 17 00:00:00 2001 From: rurban Date: Sat, 8 May 2004 12:33:42 +0000 Subject: [PATCH] >= 4.0.6 required note, and 4.0.4pl1/4.0.5 notes git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3458 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- INSTALL | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index 82cf39325..c1cc90437 100644 --- a/INSTALL +++ b/INSTALL @@ -1,16 +1,14 @@ REQUIREMENTS -PhpWiki requires a web server with PHP version 4.0.4pl1 or greater and a -database application. -(PhpWiki uses the array_search() function which is present only in PHP -version 4.0.4pl1 / 4.0.5 or greater.) - - Latest tests showed, that it requires at least 4.0.6 --rurban +PhpWiki requires a web server with at least PHP version 4.0.6. +PhpWiki was tested 4.0.4pl1 and 4.0.5 also, but several bugs in these +releases make them unstable for production sites. Due to a security issue found in all versions of PHP (including 3.x and 4.x), all users of PHP are strongly encouraged to either upgrade -to PHP 4.2.2, or install a patch available for PHP 3.0.18, 4.0.6 and -4.1.0/4.1.1. Visit for downloads and information. +to at least PHP 4.2.2, or install a patch available for PHP 3.0.18, +4.0.6 and 4.1.0/4.1.1. Visit 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 @@ -33,6 +31,7 @@ You'd need to set allow_call_time_pass_reference = On in php.ini or .htaccess: php_value allow_call_time_pass_reference 1 + QUICK START INSTRUCTIONS Copy 'config/config-dist.ini' to 'config/config.ini' and edit the @@ -155,4 +154,4 @@ You can join this list at: FIN -$Id: INSTALL,v 1.21 2004-05-01 16:04:56 rurban Exp $ \ No newline at end of file +$Id: INSTALL,v 1.22 2004-05-08 12:33:42 rurban Exp $ \ No newline at end of file -- 2.45.0