From: Johannes Schlüter Date: Thu, 4 Feb 2010 01:12:14 +0000 (+0000) Subject: Allow newer oracle versions X-Git-Tag: php-5.2.13RC2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8e59c543c549f1a760440358d031b45bd2b14da;p=php Allow newer oracle versions --- 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) ;;