From: Johannes Schlüter Date: Thu, 4 Feb 2010 01:12:14 +0000 (+0000) Subject: Allow newer oracle versions X-Git-Tag: php-5.4.0alpha1~191^2~1981 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c0d91b8cb67937e7bc66da377123392c93b513b;p=php Allow newer oracle versions --- diff --git a/ext/pdo_oci/config.m4 b/ext/pdo_oci/config.m4 index b96a1b770d..9670c937e7 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) ;;