]> granicus.if.org Git - php/commitdiff
- Allow newer oracle versions
authorPierre Joye <pajoye@php.net>
Thu, 4 Feb 2010 19:50:49 +0000 (19:50 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 4 Feb 2010 19:50:49 +0000 (19:50 +0000)
ext/pdo_oci/config.m4

index 9ae270e57ec7e4567b63e10a873d3328511648ec..a30ff8f6dfa8976cf89b59a422885a3bf5d0b0a7 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)
       ;;