Skip to content

Commit 4c0d91b

Browse files
committed
Allow newer oracle versions
1 parent 055f558 commit 4c0d91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_oci/config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_
132132
fi
133133

134134
case $PDO_OCI_VERSION in
135-
9.0|10.1|10.2|11.1)
135+
9.0|10.1|10.2|11.1|11.2)
136136
PHP_ADD_LIBRARY(clntsh, 1, PDO_OCI_SHARED_LIBADD)
137137
;;
138138

0 commit comments

Comments
 (0)