From 5d4ee2ae4f3e51e8e4ad85c6b5651bb6966b287f Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Sat, 24 Jan 2004 13:15:54 +0000 Subject: - Better handling of snmp dependency [1] - Add support for BDB 4.1 [2] - Better handling of postgresql dependency [3] - Add new direct I/O extension [4] PR: 58920 [1], 60541 [2], 61409 [3] Submitted by: Dirk Meyer [1] [3], Sunpoet Po-Chuan Hsieh [2], Izzy Kindred [4] Approved by: nork (mentor/implicitly) --- lang/php53/scripts/configure.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/php53/scripts/configure.php') diff --git a/lang/php53/scripts/configure.php b/lang/php53/scripts/configure.php index 8f31a239cc9f..32056e094a33 100644 --- a/lang/php53/scripts/configure.php +++ b/lang/php53/scripts/configure.php @@ -28,6 +28,7 @@ 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} \ +DIO "Direct I/O support" ${WITH_DIO:-OFF} \ DOM "DOM support" ${WITH_DOM:-OFF} \ EXIF "EXIF support" ${WITH_EXIF:-OFF} \ FILEPRO "filePro support" ${WITH_FILEPRO:-OFF} \ -- cgit v1.2.3