![]() |
|||||
PHPAn absolute requirement is PHP 4.1.2. PHP must be compiled with these modules:
Other modules, required by various applications or plugins:
ConfigurationThere are some configuration directives that have to be tweaked. In case that your webserver doesn't support per directory configuration, then you'll have to alter the php.ini file. It can usually be found in /usr/local/lib/php/.
In case that you are running Apache, copy the file .htaccess.dist to .htaccess and alter it so that it fits to your setup. You'll also have to set AllowOverride (at least) to Options in your httpd.conf, otherwise the .htaccess won't have any effect.
PEARPEAR stands for PHP Extension and Application Repository. It is a collection of various libraries for SQL access, mail handling, caching and other neat things. JAW requires a recent version of PEAR - at least the one that is distributed with PHP 4.1.0. Be sure that path to PEAR (usually /usr/local/lib/php/) is in the configuration directive include_path of PHP! Script test.php in the root directory of JAWmail will check these directives!
|