summaryrefslogtreecommitdiff
path: root/lang/php53/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php53/scripts')
-rw-r--r--lang/php53/scripts/configure.php1
-rw-r--r--lang/php53/scripts/php5_options1
2 files changed, 2 insertions, 0 deletions
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} \
diff --git a/lang/php53/scripts/php5_options b/lang/php53/scripts/php5_options
index b8886dfe0c76..3588ccf52c9a 100644
--- a/lang/php53/scripts/php5_options
+++ b/lang/php53/scripts/php5_options
@@ -8,6 +8,7 @@ WITH_CURL=OFF
WITH_DB4=OFF
WITH_DBASE=OFF
WITH_DBX=OFF
+WITH_DIO=OFF
WITH_DOM=ON
WITH_EXIF=OFF
WITH_FILEPRO=OFF