We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccea93 commit 6f08c17Copy full SHA for 6f08c17
ext/oci8/oci8.c
@@ -48,12 +48,6 @@
48
49
/* {{{ includes & stuff */
50
51
-/*
52
-#if defined(COMPILE_DL)
53
-# include "dl/phpdl.h"
54
-#endif
55
-*/
56
-
57
#include "php.h"
58
59
#include "ext/standard/head.h"
@@ -99,7 +93,7 @@ PHP_OCI_API php_oci_globals oci_globals;
99
93
/* }}} */
100
94
/* {{{ dynamically loadable module stuff */
101
95
102
-#if COMPILE_DL_OCI8
96
+#ifdef COMPILE_DL_OCI8
103
97
DLEXPORT zend_module_entry *get_module() { return &oci8_module_entry; };
104
98
#endif /* COMPILE_DL */
105
0 commit comments