diff options
author | jlam <jlam> | 2006-06-06 16:42:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-06-06 16:42:02 +0000 |
commit | fca473ff889ebb2f47a84aea8086b4743141be9c (patch) | |
tree | 6e40b4901a67d25d6e33b340aabd16439103a41e /www/php4/MESSAGE | |
parent | 56f12c493a37f9051d465fcffc76a462f7bf42e4 (diff) | |
download | pkgsrc-fca473ff889ebb2f47a84aea8086b4743141be9c.tar.gz |
Note in the MESSAGE file the path to the PHP CGI binary to answer an FAQ.
Diffstat (limited to 'www/php4/MESSAGE')
-rw-r--r-- | www/php4/MESSAGE | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/www/php4/MESSAGE b/www/php4/MESSAGE index 75be9c3ad30..36f9f086535 100644 --- a/www/php4/MESSAGE +++ b/www/php4/MESSAGE @@ -1,18 +1,22 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.10 2005/10/08 16:51:50 jdolecek Exp $ +$NetBSD: MESSAGE,v 1.11 2006/06/06 16:42:02 jlam Exp $ 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-php. +either configure the HTTP server to use the PHP CGI binary located in + + ${CGIDIR}/php + +or you may install a PHP module for your HTTP server, e.g. ap-php4. Some additional packages you may wish to install are: php-dba DBM database access php-iconv character set conversion -Note that php4-pcre, php4-session and php4-xml are no longer -separate packages since 4.3.3, the main PHP4 package has them built-in now. +Note that php4-pcre, php4-session and php4-xml are no longer separate +packages since version 4.3.3 because the main PHP4 package has them +built-in now. -Note php-openssl has been removed as separate package as of 4.4.0nb2, the -main PHP4 package has it built-in now. +Note that php-openssl is no longer a separate package as of version +4.4.0nb2 because the main PHP4 package has it built-in now. =========================================================================== |