From 6cb400092db07a57f2ee33a6384a5025f8fcef32 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Tue, 30 Sep 2003 11:50:26 +0000 Subject: 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 (maintainer) --- lang/php4/scripts/configure.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/php4/scripts/configure.php') 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} \ -- cgit v1.2.3