diff options
author | zuntum <zuntum> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 02:15:23 +0000 |
commit | f1eee5e70126aa500a3b48191478579f64c7c254 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/php4/MESSAGE | |
parent | 1a7910c33465b476d3c41c913d1231e547163689 (diff) | |
download | pkgsrc-f1eee5e70126aa500a3b48191478579f64c7c254.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/php4/MESSAGE')
-rw-r--r-- | www/php4/MESSAGE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/php4/MESSAGE b/www/php4/MESSAGE new file mode 100644 index 00000000000..6c209e75e48 --- /dev/null +++ b/www/php4/MESSAGE @@ -0,0 +1,21 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2001/11/01 02:18:38 zuntum Exp $ + +Example configuration files suitable as a basis for a custom php.ini may +be found at: + + ${PREFIX}/share/examples/php/php.ini-dist + ${PREFIX}/share/examples/php/php.ini-optimized + +To process PHP scripts, you will need a PHP-enabled HTTP server. You may +either configure the HTTP server to use PHP as a CGI program, or install a +PHP module for your HTTP server, e.g. ap-php4. + +Some additional packages you may wish to install are: + + php4-dba DBM databases access + php4-pcre Perl-compatible regular expressions + php4-posix PHP4 extension for POSIX-like functions + php4-session session ID support + php4-xml expat XML parser +=========================================================================== |