Add mod_php5, is a PHP Apache module as php5's

slave port.

PR:		ports/54521
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
Repo copied by:	joe (cvs)
Approved by:	portmgr (no objections)
This commit is contained in:
Norikatsu Shigemura 2003-07-16 11:10:17 +00:00
parent d582318c7f
commit 9e2bd56286
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84983
3 changed files with 10 additions and 9 deletions

View file

@ -220,6 +220,7 @@
SUBDIR += mod_perl2 SUBDIR += mod_perl2
SUBDIR += mod_php3 SUBDIR += mod_php3
SUBDIR += mod_php4 SUBDIR += mod_php4
SUBDIR += mod_php5
SUBDIR += mod_proxy_add_forward SUBDIR += mod_proxy_add_forward
SUBDIR += mod_put SUBDIR += mod_put
SUBDIR += mod_python SUBDIR += mod_python

View file

@ -1,11 +1,11 @@
# New ports collection makefile for: mod_php4 # New ports collection makefile for: mod_php5
# Date created: Sun May 28 11:31:54 CEST 2000 # Date created: Sun May 28 11:31:54 CEST 2000
# Whom: Dirk Froemberg <dirk@FreeBSD.org> # Whom: Alex Dupre <sysadmin@alexdupre.com>
# #
# $FreeBSD$ # $FreeBSD$
# #
# Instructions on how to enable preferred extensions can be found in the # Instructions on how to enable preferred extensions can be found in the
# Makefile of the master port (lang/php4). # Makefile of the master port (lang/php5).
# #
PORTEPOCH= 1 PORTEPOCH= 1
@ -14,7 +14,7 @@ CATEGORIES= www
MAINTAINER= sysadmin@alexdupre.com MAINTAINER= sysadmin@alexdupre.com
PKGMESSAGE= ${.CURDIR}/pkg-message PKGMESSAGE= ${.CURDIR}/pkg-message
MASTERDIR= ${.CURDIR}/../../lang/php4 MASTERDIR= ${.CURDIR}/../../lang/php5
WITHOUT_CLI= yes WITHOUT_CLI= yes

View file

@ -1,12 +1,12 @@
***************************************************************************** *****************************************************************************
You have installed the mod_php4 package. You have installed the mod_php5 package.
Have a look at the mod_php4 port if you need additional extensions other than Have a look at the mod_php5 port if you need additional extensions other than
CTYPE, MYSQL, OVERLOAD, PCRE, POSIX, SESSION, TOKENIZER, XML and ZLIB. CTYPE, DOM, PCRE, POSIX, SESSION, SIMPLEXML, SQLITE, TOKENIZER and XML.
You can find it at You can find it at
ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php4.tar ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php5.tar
Make sure index.php is part of your DirectoryIndex. Make sure index.php is part of your DirectoryIndex.