From cef66d8da376d7baeff6465e892b47460fc73135 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 13 Oct 2005 01:18:18 +0000 Subject: [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 --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') 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 -- cgit v1.2.3