diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-04-26 12:05:57 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-04-26 12:05:57 +0000 |
commit | 3f35533ed766847346fa91fcc1046225c115b73b (patch) | |
tree | 81add24ca124c14490efb1abe4bb78d858e7e0d8 /lang/php5-extensions | |
parent | 9cfbab2d00f0e1b4bcf789a99da8d0a43e6c8a8d (diff) |
Add support for iODBC (in addition to [default] unixODBC) in php5-odbc and
php-pdo_odbc extensions.
PR: ports/156564
Submitted by: gahr
Notes
Notes:
svn path=/head/; revision=273206
Diffstat (limited to 'lang/php5-extensions')
-rw-r--r-- | lang/php5-extensions/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5-extensions/Makefile b/lang/php5-extensions/Makefile index 3be6a298854e..3cdb60d5cb9a 100644 --- a/lang/php5-extensions/Makefile +++ b/lang/php5-extensions/Makefile @@ -66,7 +66,7 @@ OPTIONS= BCMATH "bc style precision math functions" off \ MSSQL "MS-SQL database support" off \ MYSQL "MySQL database support" off \ MYSQLI "MySQLi database support" off \ - ODBC "unixODBC support" off \ + ODBC "ODBC support" off \ OPENSSL "OpenSSL support" off \ PCNTL "pcntl support (CLI only)" off \ PDF "PDFlib support (implies GD)" off \ |