summaryrefslogtreecommitdiff
path: root/lang/php53/scripts/configure.php
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-03-19 10:54:10 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-03-19 10:54:10 +0000
commit9440f806f806be51a105851c9cfa945eec04c0b5 (patch)
tree8567bff3289b69ac3e8582a641ce2359b83405ca /lang/php53/scripts/configure.php
parentAdd SIZE. (diff)
Update to 5.0.0a6 snapshot:
- add mysqli extension - add support for db 4.2
Notes
Notes: svn path=/head/; revision=104609
Diffstat (limited to 'lang/php53/scripts/configure.php')
-rw-r--r--lang/php53/scripts/configure.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php53/scripts/configure.php b/lang/php53/scripts/configure.php
index e0a428aa74e4..c094eee13642 100644
--- a/lang/php53/scripts/configure.php
+++ b/lang/php53/scripts/configure.php
@@ -50,6 +50,7 @@ MING "ming shockwave flash support" ${WITH_MING:-OFF} \
MNOGOSEARCH "mnoGoSearch support" ${WITH_MNOGOSEARCH:-OFF} \
MSSQL "MS-SQL database support" ${WITH_MSSQL:-OFF} \
MYSQL "MySQL database support" ${WITH_MYSQL:-OFF} \
+MYSQLI "MySQLi database support" ${WITH_MYSQLI:-OFF} \
NCURSES "ncurses support (CLI only)" ${WITH_NCURSES:-OFF} \
OPENLDAP "OpenLDAP support" ${WITH_OPENLDAP:-OFF} \
OPENSSL "OpenSSL support" ${WITH_OPENSSL:-OFF} \