mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
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:
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
|
@ -220,6 +220,7 @@
|
|||
SUBDIR += mod_perl2
|
||||
SUBDIR += mod_php3
|
||||
SUBDIR += mod_php4
|
||||
SUBDIR += mod_php5
|
||||
SUBDIR += mod_proxy_add_forward
|
||||
SUBDIR += mod_put
|
||||
SUBDIR += mod_python
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# New ports collection makefile for: mod_php4
|
||||
# Date created: Sun May 28 11:31:54 CEST 2000
|
||||
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
||||
# New ports collection makefile for: mod_php5
|
||||
# Date created: Sun May 28 11:31:54 CEST 2000
|
||||
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# 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
|
||||
|
@ -14,7 +14,7 @@ CATEGORIES= www
|
|||
MAINTAINER= sysadmin@alexdupre.com
|
||||
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
WITHOUT_CLI= yes
|
||||
|
||||
|
|
|
@ -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
|
||||
CTYPE, MYSQL, OVERLOAD, PCRE, POSIX, SESSION, TOKENIZER, XML and ZLIB.
|
||||
Have a look at the mod_php5 port if you need additional extensions other than
|
||||
CTYPE, DOM, PCRE, POSIX, SESSION, SIMPLEXML, SQLITE, TOKENIZER and XML.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue