summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <christopher.jones@oracle.com>2018-12-08 19:23:22 +1100
committerChristopher Jones <christopher.jones@oracle.com>2018-12-08 19:23:22 +1100
commit2d53040a6df08e966ed4f2efd318e379d59800bb (patch)
treee90e52666a52449904cb4d097afa23d41cee13bc
parent8ff6a30598b32016eddedb382738f5065d6ae053 (diff)
downloadphp-git-2d53040a6df08e966ed4f2efd318e379d59800bb.tar.gz
Bump OCI8 version
-rw-r--r--ext/oci8/php_oci8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index 8f66cfbc9b..a1e09ddec5 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.h
@@ -43,7 +43,7 @@
*/
#undef PHP_OCI8_VERSION
#endif
-#define PHP_OCI8_VERSION "2.1.8"
+#define PHP_OCI8_VERSION "2.1.9"
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry