From a8e59c543c549f1a760440358d031b45bd2b14da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Thu, 4 Feb 2010 01:12:14 +0000 Subject: [PATCH] Allow newer oracle versions --- ext/pdo_oci/config.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/pdo_oci/config.m4 b/ext/pdo_oci/config.m4 index ec6747ea6f..04db0d3281 100755 --- a/ext/pdo_oci/config.m4 +++ b/ext/pdo_oci/config.m4 @@ -167,6 +167,10 @@ You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_ PHP_ADD_LIBRARY(clntsh, 1, PDO_OCI_SHARED_LIBADD) ;; + 11.2) + PHP_ADD_LIBRARY(clntsh, 1, PDO_OCI_SHARED_LIBADD) + ;; + *) AC_MSG_ERROR(Unsupported Oracle version! $PDO_OCI_VERSION) ;; -- 2.40.0