1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00
This commit is contained in:
Thies C. Arntzen
2000-04-27 14:32:58 +00:00
parent 6ccea93d6b
commit 6f08c178b9

View File

@@ -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 */