summaryrefslogtreecommitdiff
path: root/lang/php5/scripts
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-02-13 11:46:02 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-02-13 11:46:02 +0000
commitfd8867311f0bb6abf0f2ad3a768c847e82fe46f6 (patch)
treecf22259fe4ca20ddde46c3760932660295e4996f /lang/php5/scripts
parent - update to 0.9.9 (diff)
Update to the latest snapshot.
Add new SOAP and SPL extensions. (The distfile may be unreachable for a few hours) Approved by: nork (mentor/implicitly)
Notes
Notes: svn path=/head/; revision=100838
Diffstat (limited to 'lang/php5/scripts')
-rw-r--r--lang/php5/scripts/configure.php2
-rw-r--r--lang/php5/scripts/php5_options2
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/php5/scripts/configure.php b/lang/php5/scripts/configure.php
index 32056e094a33..e0a428aa74e4 100644
--- a/lang/php5/scripts/configure.php
+++ b/lang/php5/scripts/configure.php
@@ -66,7 +66,9 @@ SESSION "session support" ${WITH_SESSION:-OFF} \
SHMOP "shmop support" ${WITH_SHMOP:-OFF} \
SIMPLEXML "simplexml support" ${WITH_SIMPLEXML:-OFF} \
SNMP "SNMP support (implies OPENSSL)" ${WITH_SNMP:-OFF} \
+SOAP "SOAP support" ${WITH_SOAP:-OFF} \
SOCKETS "sockets support" ${WITH_SOCKETS:-OFF} \
+SPL "Standard PHP Library support" ${WITH_SPL:-ON} \
SQLITE "sqlite support" ${WITH_SQLITE:-OFF} \
SYBASEDB "Sybase database support (DB-lib)" ${WITH_SYBASEDB:-OFF} \
SYBASECT "Sybase database support (CT-lib)" ${WITH_SYBASECT:-OFF} \
diff --git a/lang/php5/scripts/php5_options b/lang/php5/scripts/php5_options
index 3588ccf52c9a..c2316ca45e24 100644
--- a/lang/php5/scripts/php5_options
+++ b/lang/php5/scripts/php5_options
@@ -46,7 +46,9 @@ WITH_SESSION=ON
WITH_SHMOP=OFF
WITH_SIMPLEXML=ON
WITH_SNMP=OFF
+WITH_SOAP=OFF
WITH_SOCKETS=OFF
+WITH_SPL=ON
WITH_SQLITE=ON
WITH_SYBASEDB=OFF
WITH_SYBASECT=OFF