diff options
author | nork <nork@FreeBSD.org> | 2003-05-23 02:39:48 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-05-23 02:39:48 +0800 |
commit | 09186cbcb95efd37695d8b8048c7d6e0063863fc (patch) | |
tree | ea9dc6a3531b0025d1880154c69e32f25d7a1b8c /www/mod_php5/pkg-message | |
parent | 03ea3398757834096a1921faa228923b0e7476c0 (diff) | |
download | freebsd-ports-graphics-09186cbcb95efd37695d8b8048c7d6e0063863fc.tar.gz freebsd-ports-graphics-09186cbcb95efd37695d8b8048c7d6e0063863fc.tar.zst freebsd-ports-graphics-09186cbcb95efd37695d8b8048c7d6e0063863fc.zip |
o Update to 4.3.2RC4.
o Change a individual port to a slave port for lang/php4.
o Take over MAINTAINERship to submitter.
PR: ports/51945
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: maintainer no response (for a long time)
Diffstat (limited to 'www/mod_php5/pkg-message')
-rw-r--r-- | www/mod_php5/pkg-message | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/www/mod_php5/pkg-message b/www/mod_php5/pkg-message index c984c30fe06..b37ebc0c85a 100644 --- a/www/mod_php5/pkg-message +++ b/www/mod_php5/pkg-message @@ -1,20 +1,18 @@ ***************************************************************************** + You have installed the mod_php4 package. -Have a look at the mod_php4 _port_ if you need additional support for -databases other than MySQL, e. g. +Have a look at the php-mod-dev port if you need additional extensions +other than ctype, MySQL, PCRE, POSIX, session, tokenizer, XML and ZLIB. You can find it at ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php4.tar -Make sure the mime.types are connected to the php module properly and -index.php is part of your DirectoryIndex. +Make sure index.php is part of your DirectoryIndex. + +You should add the following to your Apache configuration file: -The following should be in your Apache configuration file: -[...] -DirectoryIndex index.php index.html -[...] AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps -[...] + ***************************************************************************** |