diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-12-14 23:14:31 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-12-14 23:14:31 +0100 |
commit | b59156ca8cbfa430a936ce29de62b4b4531766bf (patch) | |
tree | b2f0d6127cd61d1ac891dd93ea7e374fcaba50ba /ext/oci8/php_oci8.h | |
parent | 5263fffdbf026415ee9d5025eb094821c67f5754 (diff) | |
parent | 2e974c8c81771883d85af9cef6d5563db5b381df (diff) | |
download | php-git-b59156ca8cbfa430a936ce29de62b4b4531766bf.tar.gz |
Merge branch 'PHP-8.0'
* PHP-8.0:
Add Windows support for OCI 19
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); |