Allow newer oracle versions

This commit is contained in:
Johannes Schlüter 2010-02-04 01:12:14 +00:00
parent 055f558554
commit 4c0d91b8cb

View File

@ -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)
;;