diff options
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r-- | ext/oci8/php_oci8.h | 1 |
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); |