diff options
author | ale <ale@FreeBSD.org> | 2004-07-21 07:04:13 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-21 07:04:13 +0800 |
commit | 220d66c169f247e8a07ac739f0b97bb98772488a (patch) | |
tree | 8009702c020fbbf79182de18f16adb109cd96216 /lang/php5-extensions | |
parent | 7cd48916f7d99e5812c8d54a893f0d1cce1ccdfd (diff) | |
download | freebsd-ports-gnome-220d66c169f247e8a07ac739f0b97bb98772488a.tar.gz freebsd-ports-gnome-220d66c169f247e8a07ac739f0b97bb98772488a.tar.zst freebsd-ports-gnome-220d66c169f247e8a07ac739f0b97bb98772488a.zip |
Remove the old-and-broken sybase (DB-lib) extension and point users to
the new-and-working sybase (CT-lib) extension.
Diffstat (limited to 'lang/php5-extensions')
-rw-r--r-- | lang/php5-extensions/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/php5-extensions/Makefile b/lang/php5-extensions/Makefile index 4b8f2b9c104c..a95de04a8a3f 100644 --- a/lang/php5-extensions/Makefile +++ b/lang/php5-extensions/Makefile @@ -73,8 +73,7 @@ OPTIONS= BCMATH "bc style precision math functions" off \ SOAP "SOAP support" off \ SOCKETS "sockets support" off \ SQLITE "sqlite support" on \ - SYBASE "Sybase database support (DB-lib)" off \ - SYBASE_CT "Sybase database support (CT-lib)" off \ + SYBASE_CT "Sybase database support" off \ SYSVMSG "System V message support" off \ SYSVSEM "System V semaphore support" off \ SYSVSHM "System V shared memory support" off \ @@ -103,7 +102,7 @@ ALL_OPTIONS= BCMATH BZ2 CALENDAR CTYPE CURL DBA DBASE DBX DIO \ MCVE MHASH MIME_MAGIC MING MNOGOSEARCH MSSQL MYSQL MYSQLI \ NCURSES ODBC OPENSSL ORACLE PANDA PCNTL PCRE PDF PGSQL POSIX \ PSPELL READLINE RECODE SESSION SHMOP SIMPLEXML SNMP SOAP \ - SOCKETS SQLITE SYBASE SYBASE_CT SYSVMSG SYSVSEM SYSVSHM \ + SOCKETS SQLITE SYBASE_CT SYSVMSG SYSVSEM SYSVSHM \ TIDY TOKENIZER WDDX XML XMLRPC XSL YAZ YP ZIP ZLIB SEL_OPTIONS= yes |