From 238089d19a1c8f775afc762622e6bab08ecae2e3 Mon Sep 17 00:00:00 2001 From: wainstead Date: Thu, 1 Feb 2001 02:50:51 +0000 Subject: [PATCH] Removed the notice that PhpWiki did not work with 4.0.4 out of the box. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@385 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- INSTALL | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 7af691b42..c3e9606ec 100644 --- a/INSTALL +++ b/INSTALL @@ -1,20 +1,18 @@ 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. +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 Wiki: -- 2.45.0