From: lbergman Date: Mon, 31 Jul 2000 13:39:06 +0000 (+0000) Subject: Added requirement for PHP4b2. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=eb0a8c5026ae8e8c67812f212b7d01498b4cdbaf Added requirement for PHP4b2. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@655 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/INSTALL b/INSTALL index 91a68ec7..a3754fba 100644 --- a/INSTALL +++ b/INSTALL @@ -20,6 +20,11 @@ Table of Contents: to run as CGI under Apache. How you end up doing this is up to you (your mileage may vary). + NOTE: The new plugin architecture required the use of some functions + which are not in all versions of PHP4. You will need at least + PHP4 beta2. If you need to upgrade please go ahead and install the + latest release version of PHP4. + a. Obtaining and compiling PHP4 Point your favorite webserver at http://www.php.net/version4/ and diff --git a/UPGRADE b/UPGRADE index da2e26a5..9bd8d366 100644 --- a/UPGRADE +++ b/UPGRADE @@ -5,6 +5,9 @@ guide to make the transition a bit smoother. If you have been using a previous version (0.1 or 0.2), it is suggested that you just start from scratch and configure your settings as if it was your first install. +NOTE: The new plugin architecture required the use of some functions which are +not in all versions of PHP4. You will need at least PHP4 beta2. If you need to +upgrade please go ahead and install the latest release version of PHP4. 1. Backups ===========