]> granicus.if.org Git - php/commitdiff
Allow newer oracle versions
authorJohannes Schlüter <johannes@php.net>
Thu, 4 Feb 2010 01:12:14 +0000 (01:12 +0000)
committerJohannes Schlüter <johannes@php.net>
Thu, 4 Feb 2010 01:12:14 +0000 (01:12 +0000)
ext/pdo_oci/config.m4

index b96a1b770de8cbb8fb3d418170545149ccd6d06a..9670c937e7951079f51a6796102c80739c8515d4 100755 (executable)
@@ -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)
       ;;