diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2004-01-15 23:31:49 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2004-01-15 23:31:49 +0000 |
| commit | 0c575993b8fc934b870c6af6deb6b01843bd4c31 (patch) | |
| tree | d5aa1627f21aa4390e83a7d51a0b25f7defed094 /lang/php4/scripts/configure.php | |
| parent | - Update to 1.0 beta13 (diff) | |
Add MS-SQL support.
Chase freetds lib. Bump PORTREVISION.
Requested by: many
Submitted by: Michael Ranner <mranner@inode.at>
Approved by: nork (mentor/implicitly)
Notes
Notes:
svn path=/head/; revision=98234
Diffstat (limited to 'lang/php4/scripts/configure.php')
| -rw-r--r-- | lang/php4/scripts/configure.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/php4/scripts/configure.php b/lang/php4/scripts/configure.php index 5c9b96862b5a..0e8a17f3b677 100644 --- a/lang/php4/scripts/configure.php +++ b/lang/php4/scripts/configure.php @@ -51,6 +51,7 @@ MHASH "Crypto-hashing support" ${WITH_MHASH:-OFF} \ MIME "mime_magic support" ${WITH_MIME:-OFF} \ 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} \ NCURSES "ncurses support (CLI only)" ${WITH_NCURSES:-OFF} \ OPENLDAP "OpenLDAP support" ${WITH_OPENLDAP:-OFF} \ @@ -69,8 +70,8 @@ SESSION "session support" ${WITH_SESSION:-OFF} \ SHMOP "shmop support" ${WITH_SHMOP:-OFF} \ SNMP "SNMP support (implies OPENSSL)" ${WITH_SNMP:-OFF} \ SOCKETS "sockets support" ${WITH_SOCKETS:-OFF} \ -SYBASEDB "Sybase/MS-SQL database support (DB-lib)" ${WITH_SYBASEDB:-OFF} \ -SYBASECT "Sybase/MS-SQL database support (CT-lib)" ${WITH_SYBASECT:-OFF} \ +SYBASEDB "Sybase database support (DB-lib)" ${WITH_SYBASEDB:-OFF} \ +SYBASECT "Sybase database support (CT-lib)" ${WITH_SYBASECT:-OFF} \ SYSVSEM "System V semaphore support" ${WITH_SYSVSEM:-OFF} \ SYSVSHM "System V shared memory support" ${WITH_SYSVSHM:-OFF} \ TOKENIZER "tokenizer support" ${WITH_TOKENIZER:-OFF} \ |
