diff options
Diffstat (limited to 'lang/php5/scripts/configure.php')
-rw-r--r-- | lang/php5/scripts/configure.php | 2 |
1 files changed, 2 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} \ |