summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-12-14 22:42:54 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-12-14 23:11:04 +0100
commit2e974c8c81771883d85af9cef6d5563db5b381df (patch)
treecd7a8a974f8421c44893d12bc2be0d0b58a5159e /ext/oci8/php_oci8.h
parent15d9c42070bfe63a9c36209acd4af0196716a92d (diff)
downloadphp-git-2e974c8c81771883d85af9cef6d5563db5b381df.tar.gz
Add Windows support for OCI 19
As requested by Christopher Jones.
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r--ext/oci8/php_oci8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index c1ebf7b86e..e3e294ef4f 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.h
@@ -47,6 +47,7 @@ extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry
#define phpext_oci8_11g_ptr &oci8_module_entry
#define phpext_oci8_12c_ptr &oci8_module_entry
+#define phpext_oci8_19_ptr &oci8_module_entry
PHP_MINIT_FUNCTION(oci);