Skip to content

Commit 6f08c17

Browse files
author
Thies C. Arntzen
committed
.
1 parent 6ccea93 commit 6f08c17

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

ext/oci8/oci8.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@
4848

4949
/* {{{ includes & stuff */
5050

51-
/*
52-
#if defined(COMPILE_DL)
53-
# include "dl/phpdl.h"
54-
#endif
55-
*/
56-
5751
#include "php.h"
5852

5953
#include "ext/standard/head.h"
@@ -99,7 +93,7 @@ PHP_OCI_API php_oci_globals oci_globals;
9993
/* }}} */
10094
/* {{{ dynamically loadable module stuff */
10195

102-
#if COMPILE_DL_OCI8
96+
#ifdef COMPILE_DL_OCI8
10397
DLEXPORT zend_module_entry *get_module() { return &oci8_module_entry; };
10498
#endif /* COMPILE_DL */
10599

0 commit comments

Comments
 (0)