diff options
author | Sascha Schumann <sas@php.net> | 2000-06-24 15:36:04 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-24 15:36:04 +0000 |
commit | 0c032536359542facacffbcad05f97c04f08fdf3 (patch) | |
tree | 8af67f40802ebe5421f3294c4a389a78fb866513 | |
parent | d1a6a646752cfe93382e16dc2308808d25c055ee (diff) | |
download | php-git-0c032536359542facacffbcad05f97c04f08fdf3.tar.gz |
Stop including dl/phpdl.h.
-rw-r--r-- | ext/cpdf/cpdf.c | 1 | ||||
-rw-r--r-- | ext/dav/dav.c | 7 | ||||
-rw-r--r-- | ext/db/db.c | 3 | ||||
-rw-r--r-- | ext/dbase/dbase.c | 3 | ||||
-rw-r--r-- | ext/fdf/fdf.c | 1 | ||||
-rw-r--r-- | ext/filepro/filepro.c | 1 | ||||
-rw-r--r-- | ext/gd/gd.c | 1 | ||||
-rw-r--r-- | ext/hyperwave/hw.c | 3 | ||||
-rw-r--r-- | ext/icap/php_icap.c | 4 | ||||
-rw-r--r-- | ext/informix/ifx.ec | 4 | ||||
-rw-r--r-- | ext/interbase/interbase.c | 1 | ||||
-rw-r--r-- | ext/java/java.c | 1 | ||||
-rw-r--r-- | ext/mcal/php_mcal.c | 4 | ||||
-rw-r--r-- | ext/mssql/php_mssql.c | 1 | ||||
-rw-r--r-- | ext/odbc/php_odbc.c | 4 | ||||
-rw-r--r-- | ext/oracle/oracle.c | 4 | ||||
-rw-r--r-- | ext/pdf/pdf.c | 1 | ||||
-rw-r--r-- | ext/rpc/java/java.c | 1 | ||||
-rw-r--r-- | ext/snmp/snmp.c | 3 | ||||
-rw-r--r-- | ext/xml/xml.c | 1 | ||||
-rw-r--r-- | ext/zlib/zlib.c | 1 | ||||
-rw-r--r-- | sapi/servlet/servlet.c | 1 |
22 files changed, 0 insertions, 51 deletions
diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c index ed12dd7cb1..5eae693164 100644 --- a/ext/cpdf/cpdf.c +++ b/ext/cpdf/cpdf.c @@ -159,7 +159,6 @@ zend_module_entry cpdf_module_entry = { }; #ifdef COMPILE_DL_CPDF -#include "dl/phpdl.h" ZEND_GET_MODULE(cpdf) #endif diff --git a/ext/dav/dav.c b/ext/dav/dav.c index 31208a7b46..4a4f28b46e 100644 --- a/ext/dav/dav.c +++ b/ext/dav/dav.c @@ -19,13 +19,6 @@ /* $Id$ */ #define IS_EXT_MODULE -#ifdef COMPILE_DL_DAV -# if PHP_31 -# include "../phpdl.h" -# else -# include "dl/phpdl.h" -# endif -#endif #include "php.h" #include "php_dav.h" diff --git a/ext/db/db.c b/ext/db/db.c index 2debf7f6ca..9efe670a0c 100644 --- a/ext/db/db.c +++ b/ext/db/db.c @@ -19,9 +19,6 @@ /* $Id$ */ #define IS_EXT_MODULE -#ifdef COMPILE_DL_DB -# include "dl/phpdl.h" -#endif #if 1 diff --git a/ext/dbase/dbase.c b/ext/dbase/dbase.c index c6d7543b78..1131d4da9e 100644 --- a/ext/dbase/dbase.c +++ b/ext/dbase/dbase.c @@ -15,9 +15,6 @@ | Authors: Jim Winstead (jimw@php.net) | +----------------------------------------------------------------------+ */ -#ifdef COMPILE_DL_DBASE -#include "dl/phpdl.h" -#endif #include <stdlib.h> diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index eb2c22e2c6..710755b314 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -104,7 +104,6 @@ zend_module_entry fdf_module_entry = { }; #ifdef COMPILE_DL_FDF -#include "dl/phpdl.h" ZEND_GET_MODULE(fdf) #endif diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index 160ce2bfda..9a7436b6da 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -137,7 +137,6 @@ zend_module_entry filepro_module_entry = { #ifdef COMPILE_DL_FILEPRO -#include "dl/phpdl.h" ZEND_GET_MODULE(filepro) #if (WIN32|WINNT) && defined(THREAD_SAFE) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 467e75e72d..ac4772eab2 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -165,7 +165,6 @@ static php_gd_globals gd_globals; #endif #ifdef COMPILE_DL_GD -# include "dl/phpdl.h" ZEND_GET_MODULE(gd) #endif diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index ed51e52c04..b94f58b74d 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -17,9 +17,6 @@ */ /* $Id$ */ -#ifdef COMPILE_DL_HYPERWAVE -#include "dl/phpdl.h" -#endif #include <stdlib.h> #include <errno.h> diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index 86dbc76b6c..cb12ddd4c0 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -36,10 +36,6 @@ #include "php.h" -#ifdef COMPILE_DL_ICAP -#include "dl/phpdl.h" -#endif - #if HAVE_ICAP #include <time.h> diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 44dd22a83d..759e0f9fc5 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -33,10 +33,6 @@ */ -#ifdef COMPILE_DL_INFORMIX -#include "dl/phpdl.h" -#endif - /* prevent mod_ssl.h's header file from being included. */ #define AP_HOOK_H diff --git a/ext/interbase/interbase.c b/ext/interbase/interbase.c index 8d6740fd68..2c46cda538 100644 --- a/ext/interbase/interbase.c +++ b/ext/interbase/interbase.c @@ -109,7 +109,6 @@ zend_module_entry ibase_module_entry = }; #ifdef COMPILE_DL_INTERBASE -#include "dl/phpdl.h" ZEND_GET_MODULE(ibase) #define DL_MALLOC(size) malloc(size) diff --git a/ext/java/java.c b/ext/java/java.c index 5865b583a7..5bc92eca30 100644 --- a/ext/java/java.c +++ b/ext/java/java.c @@ -21,7 +21,6 @@ * components using JNI and reflection. */ -#include "dl/phpdl.h" #include "php.h" #include "zend_compile.h" diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c index 1e707b5b3b..bb3b74ff9d 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -36,10 +36,6 @@ #include "php.h" -#ifdef COMPILE_DL_MCAL -#include "dl/phpdl.h" -#endif - #if HAVE_MCAL #include <time.h> diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index ca61dc5a5b..ed237fc11a 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -19,7 +19,6 @@ /* $Id$ */ #ifdef COMPILE_DL_MSSQL -#include "dl/phpdl.h" #define HAVE_MSSQL 1 #endif diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index fef30bf896..a15bd02491 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -20,10 +20,6 @@ /* $Id$ */ -#ifdef COMPILE_DL_ODBC -#include "dl/phpdl.h" -#endif - #include "php.h" #include "php_globals.h" diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index e47f019550..ec26ba0271 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -25,10 +25,6 @@ #define HAS_OLOG 1 -#ifdef COMPILE_DL_ORACLE -# include "dl/phpdl.h" -#endif - #include "php.h" #include "zend_globals.h" diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index eb07fc4c3b..6610f6495c 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -175,7 +175,6 @@ zend_module_entry pdf_module_entry = { }; #ifdef COMPILE_DL_PDF -#include "dl/phpdl.h" ZEND_GET_MODULE(pdf) #endif diff --git a/ext/rpc/java/java.c b/ext/rpc/java/java.c index 5865b583a7..5bc92eca30 100644 --- a/ext/rpc/java/java.c +++ b/ext/rpc/java/java.c @@ -21,7 +21,6 @@ * components using JNI and reflection. */ -#include "dl/phpdl.h" #include "php.h" #include "zend_compile.h" diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index afe33040d0..13637b9e8c 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -21,9 +21,6 @@ #include "php.h" #include "ext/standard/info.h" -#ifdef COMPILE_DL_SNMP -#include "dl/phpdl.h" -#endif #include "php_snmp.h" #include <sys/types.h> #ifdef PHP_WIN32 diff --git a/ext/xml/xml.c b/ext/xml/xml.c index 73aac7f4d2..42cfc170c1 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -57,7 +57,6 @@ PHP_XML_API php_xml_globals xml_globals; /* {{{ dynamically loadable module stuff */ #ifdef COMPILE_DL_XML -# include "dl/phpdl.h" ZEND_GET_MODULE(xml) #endif /* COMPILE_DL_XML */ diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index b991f35e3d..c3d8c29ce7 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -57,7 +57,6 @@ #include <zlib.h> #ifdef COMPILE_DL_ZLIB -#include "dl/phpdl.h" #ifndef PUTS #define PUTS(a) php_printf("%s",a) #endif diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c index 8922e85834..c56566cfd9 100644 --- a/sapi/servlet/servlet.c +++ b/sapi/servlet/servlet.c @@ -18,7 +18,6 @@ #include <jni.h> -#include "dl/phpdl.h" #include "php.h" #include "php_globals.h" |