diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 08:37:50 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 08:37:50 +0000 |
commit | 32aba92709e7e68927e4d8a679e92c0ca7cc6a8c (patch) | |
tree | d365eb82fedd098fee165d72c9d38c653fa8c4ec /databases/Makefile | |
parent | 3a7457a22ab090490ede9ee7c7661b2cf7684488 (diff) |
Add PDO dblib driver.
Notes
Notes:
svn path=/head/; revision=184680
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index ceb6d54194db..e5908e80cf4b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -368,6 +368,7 @@ SUBDIR += php5-oci8 SUBDIR += php5-odbc SUBDIR += php5-pdo + SUBDIR += php5-pdo_dblib SUBDIR += php5-pdo_sqlite SUBDIR += php5-pgsql SUBDIR += php5-propel |