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 1c4f13f100..3d4b0c02a4 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 */ -#if defined(COMPILE_DL) || defined(COMPILE_DL_OCI8) +#ifdef COMPILE_DL_OCI8 ZEND_GET_MODULE(oci8) #endif /* COMPILE_DL */ |