Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv17508
Modified Files:
INSTALL
Log Message:
Added note at the top for users of PHP 4.0.4 or later about needing to
edit config.php first.
Index: INSTALL
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/INSTALL,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** INSTALL 2000/10/08 19:08:06 1.6
--- INSTALL 2001/01/19 22:47:02 1.7
***************
*** 1,4 ****
--- 1,9 ----
0. INSTALLATION
+ NOTE to users of PHP version 4.0.4 or later: PhpWiki will *not* work out
+ of the box as advertized; you must edit lib/config.php and set the
+ $WhichDatabase variable to "dba" since the DBM library interface has
+ changed in PHP 4.0.4.
+
PhpWiki requires PHP version 3.0.9 or greater, since it uses the
preg_*() family of functions.
|