diff options
Diffstat (limited to 'lang/php4/scripts')
-rw-r--r-- | lang/php4/scripts/configure.php | 3 | ||||
-rw-r--r-- | lang/php4/scripts/php4_options | 1 |
2 files changed, 3 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} \ diff --git a/lang/php4/scripts/php4_options b/lang/php4/scripts/php4_options index 4682abcd60b9..87c95afff1b8 100644 --- a/lang/php4/scripts/php4_options +++ b/lang/php4/scripts/php4_options @@ -5,6 +5,7 @@ WITH_CDB=OFF WITH_CRACK=OFF WITH_CTYPE=ON WITH_CURL=OFF +WITH_DB4=OFF WITH_DBASE=OFF WITH_DBX=OFF WITH_DOMXML=OFF |