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~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ef9a912983ea1d9d2192a303c8bb2ed0e18c0c4;p=php Allow newer oracle versions --- 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) ;;