From 9bef1ff30e016d95ba75648cd7131a2b828a0959 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 4 Feb 2010 19:50:49 +0000 Subject: [PATCH] - Allow newer oracle versions --- ext/pdo_oci/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_oci/config.m4 b/ext/pdo_oci/config.m4 index 9ae270e57e..a30ff8f6df 100755 --- a/ext/pdo_oci/config.m4 +++ b/ext/pdo_oci/config.m4 @@ -132,7 +132,7 @@ You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_ fi case $PDO_OCI_VERSION in - 9.0|10.1|10.2|11.1) + 9.0|10.1|10.2|11.1|11.2) PHP_ADD_LIBRARY(clntsh, 1, PDO_OCI_SHARED_LIBADD) ;; -- 2.50.1