diff options
Diffstat (limited to 'lang/php4/scripts')
-rw-r--r-- | lang/php4/scripts/configure.php | 1 | ||||
-rw-r--r-- | lang/php4/scripts/php4_options | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/php4/scripts/configure.php b/lang/php4/scripts/configure.php index 90615afa8b0f..c32d26415506 100644 --- a/lang/php4/scripts/configure.php +++ b/lang/php4/scripts/configure.php @@ -73,6 +73,7 @@ SNMP "SNMP support (implies OPENSSL)" ${WITH_SNMP:-OFF} \ SOCKETS "sockets support" ${WITH_SOCKETS:-OFF} \ SYBASEDB "Sybase database support (DB-lib)" ${WITH_SYBASEDB:-OFF} \ SYBASECT "Sybase database support (CT-lib)" ${WITH_SYBASECT:-OFF} \ +SYSVMSG "System V message support" ${WITH_SYSVMSG:-OFF} \ SYSVSEM "System V semaphore support" ${WITH_SYSVSEM:-OFF} \ SYSVSHM "System V shared memory support" ${WITH_SYSVSHM:-OFF} \ TOKENIZER "tokenizer support" ${WITH_TOKENIZER:-OFF} \ diff --git a/lang/php4/scripts/php4_options b/lang/php4/scripts/php4_options index bb5c725248af..2dab37c0f336 100644 --- a/lang/php4/scripts/php4_options +++ b/lang/php4/scripts/php4_options @@ -53,6 +53,7 @@ WITH_SNMP=OFF WITH_SOCKETS=OFF WITH_SYBASEDB=OFF WITH_SYBASECT=OFF +WITH_SYSVMSG=OFF WITH_SYSVSEM=OFF WITH_SYSVSHM=OFF WITH_TOKENIZER=ON |