mirror of
https://github.com/php/php-src.git
synced 2026-04-18 13:31:27 +02:00
.
This commit is contained in:
@@ -48,12 +48,6 @@
|
||||
|
||||
/* {{{ includes & stuff */
|
||||
|
||||
/*
|
||||
#if defined(COMPILE_DL)
|
||||
# include "dl/phpdl.h"
|
||||
#endif
|
||||
*/
|
||||
|
||||
#include "php.h"
|
||||
|
||||
#include "ext/standard/head.h"
|
||||
@@ -99,7 +93,7 @@ PHP_OCI_API php_oci_globals oci_globals;
|
||||
/* }}} */
|
||||
/* {{{ dynamically loadable module stuff */
|
||||
|
||||
#if COMPILE_DL_OCI8
|
||||
#ifdef COMPILE_DL_OCI8
|
||||
DLEXPORT zend_module_entry *get_module() { return &oci8_module_entry; };
|
||||
#endif /* COMPILE_DL */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user