diff options
author | jlam <jlam> | 2001-10-18 17:07:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-18 17:07:10 +0000 |
commit | cf31b0f832e1095b3d5bdac9e141d90a00f342b4 (patch) | |
tree | ff22291ca2ceb37b7685c65395fe8f9b7e34cbf6 /www | |
parent | 38ee9fbf82733265a308eb0a1bdc99af5071fde0 (diff) | |
download | pkgsrc-cf31b0f832e1095b3d5bdac9e141d90a00f342b4.tar.gz |
Note additional PHP4 packages that the user may want to install.
Diffstat (limited to 'www')
-rw-r--r-- | www/php4/pkg/MESSAGE | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/php4/pkg/MESSAGE b/www/php4/pkg/MESSAGE index 9fc97e0b18f..a29d2da83a8 100644 --- a/www/php4/pkg/MESSAGE +++ b/www/php4/pkg/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.5 2001/05/14 14:12:31 jlam Exp $ +$NetBSD: MESSAGE,v 1.6 2001/10/18 17:07:10 jlam Exp $ Example configuration files suitable as a basis for a custom php.ini may be found at: @@ -10,4 +10,11 @@ be found at: 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: + + php-dba DBM databases access + php-pcre Perl-compatible regular expressions + php-session session ID support + php-xml expat XML parser =========================================================================== |