diff options
Diffstat (limited to 'ext/oci8/oci8.c')
| -rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 473fef389d..0b6f4895d7 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -93,7 +93,7 @@ PHP_OCI_API php_oci_globals oci_globals; /* }}} */ /* {{{ dynamically loadable module stuff */ -#ifdef COMPILE_DL_OCI8 +#if defined(COMPILE_DL) || defined(COMPILE_DL_OCI8) ZEND_GET_MODULE(oci8) #endif /* COMPILE_DL */ |
