From: Pierre Joye Date: Thu, 4 Feb 2010 19:50:49 +0000 (+0000) Subject: - Allow newer oracle versions X-Git-Tag: php-5.3.2RC2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bef1ff30e016d95ba75648cd7131a2b828a0959;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) ;;