diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-09-30 11:50:26 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-09-30 11:50:26 +0000 |
commit | 6cb400092db07a57f2ee33a6384a5025f8fcef32 (patch) | |
tree | 50aadb77185316ee5fda735d9e69849490831d43 /lang/php4/scripts/configure.php | |
parent | [new port] sysutils/ldap-account-manager: Webfrontend for managing (diff) |
o Update to 4.3.4RC1.
o Sync with latest PHP5 changes (new DB4 extension,
use correct knobs, etc...)
PR: ports/57399
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=89888
Diffstat (limited to 'lang/php4/scripts/configure.php')
-rw-r--r-- | lang/php4/scripts/configure.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php4/scripts/configure.php b/lang/php4/scripts/configure.php index 4bb84c6ffb36..65e71155f80c 100644 --- a/lang/php4/scripts/configure.php +++ b/lang/php4/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} \ DOMXML "DOM support" ${WITH_DOMXML:-OFF} \ @@ -44,7 +45,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} \ |