]> 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 ec6747ea6f656e32d8140e1ead8793f3820202a1..04db0d32812d05c9a7eea3e301d63806b33276e9 100755 (executable)
@@ -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)
       ;;