X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=INSTALL;h=58582b33108a9d4db7d16e5135c46ef7e0f6a63d;hp=91a68ec763dfc7df8b0ffdbe0e88dc9629fe21cb;hb=025deae00ddc23ca108ff24e55154fcb04aa1907;hpb=390372b45bd353cbfc6843382bc7f4291544fc49 diff --git a/INSTALL b/INSTALL index 91a68ec7..58582b33 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 @@ -107,9 +112,9 @@ b. Setting up directories The data directory is used for storing user preferences, like signature, name and theme. When unpacking the sources this directory - is created as data/ in you SquirrelMail directory. This directory + is created as data/ in your SquirrelMail directory. This directory must be writable by the webserver. If your webserver is running as - the user nobody you can fix this by running: + the user "nobody" you can fix this by running: $ chown -R nobody data $ chgrp -R nobody data