summaryrefslogtreecommitdiff
path: root/lang/php53/scripts/configure.php
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-24 08:49:20 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-24 08:49:20 +0000
commit2d4fcfa2232f789d196d2d15560864e56c352087 (patch)
tree7af075fe2cc9e9fbd1a9d6e0bcf7a5b2a28faf9d /lang/php53/scripts/configure.php
parentAdd p5-Email-LocalDelivery-Ezmlm 0.10, (diff)
[Maintainer Update] Port: lang/php5
Update to 5.0.0a2-alexdupre snapshot (and fix 5.0.0a1 memory leak). Add DB4 extension. Correctly use USE_MYSQL/USE_OPENSSL/USE_OPENLDAP. PR: ports/56979 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes: svn path=/head/; revision=89154
Diffstat (limited to 'lang/php53/scripts/configure.php')
-rw-r--r--lang/php53/scripts/configure.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php53/scripts/configure.php b/lang/php53/scripts/configure.php
index 6263f5e3e1a1..a71c2c46392f 100644
--- a/lang/php53/scripts/configure.php
+++ b/lang/php53/scripts/configure.php
@@ -25,6 +25,7 @@ CDB "cdb database support (dba)" ${WITH_CDB:-OFF} \
CRACK "crack support" ${WITH_CRACK:-OFF} \
CTYPE "ctype functions" ${WITH_CTYPE:-OFF} \
CURL "CURL support" ${WITH_CURL:-OFF} \
+DB4 "Berkeley DB4 support" ${WITH_DB4:-OFF} \
DBASE "dBase library support" ${WITH_DBASE:-OFF} \
DBX "dbx support" ${WITH_DBX:-OFF} \
DOM "DOM support" ${WITH_DOM:-OFF} \
@@ -41,7 +42,7 @@ INIFILE "INI file support (dba)" ${WITH_INIFILE:-OFF} \
INTERBASE "Interbase 6 database support (Firebird)" ${WITH_INTERBASE:-OFF} \
MBSTRING "multibyte string support" ${WITH_MBSTRING:-OFF} \
MCAL "Modular Calendar Access Library support" ${WITH_MCAL:-OFF} \
-MCVE "MCVE support" ${WITH_MCVE:-OFF} \
+MCVE "MCVE support (implies OPENSSL)" ${WITH_MCVE:-OFF} \
MCRYPT "Encryption support" ${WITH_MCRYPT:-OFF} \
MHASH "Crypto-hashing support" ${WITH_MHASH:-OFF} \
MIME "mime_magic support" ${WITH_MIME:-OFF} \