diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-13 01:18:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-13 01:18:18 +0000 |
commit | cef66d8da376d7baeff6465e892b47460fc73135 (patch) | |
tree | 02ed342cca5f85f6ef339e46d6b01d89d227cc5a /databases/Makefile | |
parent | Fix WWW statement. (diff) |
[new] databases/pecl-PDO_OCI: PHP PDO Oracle OCI8 driver
This is PDO Oracle OCI8 driver for PHP 5. Unlike PDO_ODBC
driver which segfaults when used from apache 2.0, it works.
Tested with Oracle 9 Database Server. It should work with
versions 7, 8 and 10 also.
PR: ports/87197
Submitted by: Simun Mikecin <numisemis@yahoo.com>
Notes
Notes:
svn path=/head/; revision=145181
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 a6ae426cfc24..361014aa6d6a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -251,6 +251,7 @@ SUBDIR += pecl-PDO SUBDIR += pecl-PDO_DBLIB SUBDIR += pecl-PDO_MYSQL + SUBDIR += pecl-PDO_OCI SUBDIR += pecl-PDO_ODBC SUBDIR += pecl-PDO_PGSQL SUBDIR += pecl-PDO_SQLITE |