View | Details | Raw Unified | Return to bug 54521
Collapse All | Expand All

(-)mod_php5/Makefile (-5 / +5 lines)
Lines 1-11 Link Here
1
# New ports collection makefile for:	mod_php4
1
# New ports collection makefile for:	mod_php5
2
# Date created:		Sun May 28 11:31:54 CEST 2000
2
# Date created:		Sun May 28 11:31:54 CEST 2000
3
# Whom:			Dirk Froemberg <dirk@FreeBSD.org>
3
# Whom:			Alex Dupre <sysadmin@alexdupre.com>
4
#
4
#
5
# $FreeBSD: ports/www/mod_php4/Makefile,v 1.191 2003/06/06 17:43:59 nork Exp $
5
# $FreeBSD: ports/www/mod_php5/Makefile,v 1.191 2003/06/06 17:43:59 nork Exp $
6
#
6
#
7
# Instructions on how to enable preferred extensions can be found in the
7
# Instructions on how to enable preferred extensions can be found in the
8
# Makefile of the master port (lang/php4).
8
# Makefile of the master port (lang/php5).
9
#
9
#
10
10
11
PORTEPOCH=	1
11
PORTEPOCH=	1
Lines 14-20 Link Here
14
MAINTAINER=	sysadmin@alexdupre.com
14
MAINTAINER=	sysadmin@alexdupre.com
15
15
16
PKGMESSAGE=	${.CURDIR}/pkg-message
16
PKGMESSAGE=	${.CURDIR}/pkg-message
17
MASTERDIR=	${.CURDIR}/../../lang/php4
17
MASTERDIR=	${.CURDIR}/../../lang/php5
18
18
19
WITHOUT_CLI=	yes
19
WITHOUT_CLI=	yes
20
20
(-)mod_php5/pkg-message (-4 / +4 lines)
Lines 1-12 Link Here
1
*****************************************************************************
1
*****************************************************************************
2
2
3
You have installed the mod_php4 package.
3
You have installed the mod_php5 package.
4
4
5
Have a look at the mod_php4 port if you need additional extensions other than
5
Have a look at the mod_php5 port if you need additional extensions other than
6
CTYPE, MYSQL, OVERLOAD, PCRE, POSIX, SESSION, TOKENIZER, XML and ZLIB.
6
CTYPE, DOM, PCRE, POSIX, SESSION, SIMPLEXML, SQLITE, TOKENIZER and XML.
7
7
8
You can find it at
8
You can find it at
9
ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php4.tar
9
ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php5.tar
10
10
11
Make sure index.php is part of your DirectoryIndex.
11
Make sure index.php is part of your DirectoryIndex.

Return to bug 54521