Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv31137
Modified Files:
INSTALL
Log Message:
Removed the notice that PhpWiki did not work with 4.0.4 out of the
box.
Index: INSTALL
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/INSTALL,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** INSTALL 2001/01/19 22:47:02 1.7
--- INSTALL 2001/02/01 02:50:51 1.8
***************
*** 1,19 ****
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.
Untar/gzip this file into the directory where you want it to live.
! That's it. To improve efficiency, edit lib/config.php and set the
! $ServerAddress by hand; this will save a regexp call on every invocation.
bash$ gzip -d phpwiki-X.XX.tar.gz
bash$ tar -xvf phpwiki-X.XX.tar
Let's say you own the web server http://www.foo.com/. You untar in the
server's root directory; then you should be able to just go to your new
--- 1,17 ----
0. INSTALLATION
PhpWiki requires PHP version 3.0.9 or greater, since it uses the
preg_*() family of functions.
Untar/gzip this file into the directory where you want it to live.
! That's it.
bash$ gzip -d phpwiki-X.XX.tar.gz
bash$ tar -xvf phpwiki-X.XX.tar
+ To improve efficiency, edit lib/config.php and set the $ServerAddress
+ by hand; this will save a regexp call on every invocation.
+
+ Example:
Let's say you own the web server http://www.foo.com/. You untar in the
server's root directory; then you should be able to just go to your new
|