]> granicus.if.org Git - php/commitdiff
Stop including dl/phpdl.h.
authorSascha Schumann <sas@php.net>
Sat, 24 Jun 2000 15:36:04 +0000 (15:36 +0000)
committerSascha Schumann <sas@php.net>
Sat, 24 Jun 2000 15:36:04 +0000 (15:36 +0000)
22 files changed:
ext/cpdf/cpdf.c
ext/dav/dav.c
ext/db/db.c
ext/dbase/dbase.c
ext/fdf/fdf.c
ext/filepro/filepro.c
ext/gd/gd.c
ext/hyperwave/hw.c
ext/icap/php_icap.c
ext/informix/ifx.ec
ext/interbase/interbase.c
ext/java/java.c
ext/mcal/php_mcal.c
ext/mssql/php_mssql.c
ext/odbc/php_odbc.c
ext/oracle/oracle.c
ext/pdf/pdf.c
ext/rpc/java/java.c
ext/snmp/snmp.c
ext/xml/xml.c
ext/zlib/zlib.c
sapi/servlet/servlet.c

index ed12dd7cb1707b295089743d6b1e5015db7c4eca..5eae693164f8cdf6614c4ed7459adbd4138c9bdd 100644 (file)
@@ -159,7 +159,6 @@ zend_module_entry cpdf_module_entry = {
 };
 
 #ifdef COMPILE_DL_CPDF
-#include "dl/phpdl.h"
 ZEND_GET_MODULE(cpdf)
 #endif
 
index 31208a7b46d0f3b5b4da5aebc4c28354af23ce61..4a4f28b46e67eff71f52ab6a4d8887d19969217a 100644 (file)
 /* $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"
 
index 2debf7f6ca3804f8fe34bac001ba3f900f78f123..9efe670a0c86cdc212463c8b2d3a41b3e76dc036 100644 (file)
@@ -19,9 +19,6 @@
 
 /* $Id$ */
 #define IS_EXT_MODULE
-#ifdef COMPILE_DL_DB
-# include "dl/phpdl.h"
-#endif
 
 #if 1
 
index c6d7543b78efea29822137c11e5b8f325718758f..1131d4da9e5433fb3b92d48c699618688c22a698 100644 (file)
@@ -15,9 +15,6 @@
    | Authors: Jim Winstead (jimw@php.net)                                 |
    +----------------------------------------------------------------------+
  */
-#ifdef COMPILE_DL_DBASE
-#include "dl/phpdl.h"
-#endif
 
 #include <stdlib.h>
 
index eb2c22e2c66441529966d5651079dcefd481edf3..710755b3143e098a819e9f46859e51a10cbd7cce 100644 (file)
@@ -104,7 +104,6 @@ zend_module_entry fdf_module_entry = {
 };
 
 #ifdef COMPILE_DL_FDF
-#include "dl/phpdl.h"
 ZEND_GET_MODULE(fdf)
 #endif
 
index 160ce2bfda28c0591bccc07b9c4ce73ebad216ee..9a7436b6da7217e7591e2d12a2c4bc4bb87af410 100644 (file)
@@ -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)
 
index 467e75e72d56899cb810c0d07a23ed5fdcf453dd..ac4772eab287c40f435883d5f8b18562fa4120db 100644 (file)
@@ -165,7 +165,6 @@ static php_gd_globals gd_globals;
 #endif
 
 #ifdef COMPILE_DL_GD
-# include "dl/phpdl.h"
 ZEND_GET_MODULE(gd)
 #endif
 
index ed51e52c04a0b756bf67c359e77af1a30264b322..b94f58b74da1da01d858afff17ed6554fcc0d7aa 100644 (file)
@@ -17,9 +17,6 @@
  */
 
 /* $Id$ */
-#ifdef COMPILE_DL_HYPERWAVE
-#include "dl/phpdl.h"
-#endif
 
 #include <stdlib.h>
 #include <errno.h>
index 86dbc76b6caec3ad760e79a46bbc5f73e2e3a60c..cb12ddd4c045b8b3a2735766f0689d0e294a6af8 100644 (file)
 
 #include "php.h"
 
-#ifdef COMPILE_DL_ICAP
-#include "dl/phpdl.h"
-#endif
-
 #if HAVE_ICAP
 
 #include <time.h>
index 44dd22a83d9b77e20f82ed5f8ba7ef128e93abbc..759e0f9fc5ff8c5fdd9804b08f9f5b364ddc9146 100644 (file)
  */
 
 
-#ifdef COMPILE_DL_INFORMIX
-#include "dl/phpdl.h"
-#endif
-
 /* prevent mod_ssl.h's header file from being included. */
 #define AP_HOOK_H
 
index 8d6740fd687a92b6dff040b59644ab011f1c333f..2c46cda5388e7beba68a6e9204c07cdd6d495bc7 100644 (file)
@@ -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)
index 5865b583a779f59bf0eac67c143c6d494fa2c225..5bc92eca30c58dbaa8d0ceec9e4163e4f5d90b14 100644 (file)
@@ -21,7 +21,6 @@
  * components using JNI and reflection.
  */
 
-#include "dl/phpdl.h"
 
 #include "php.h"
 #include "zend_compile.h"
index 1e707b5b3b0307cbe04de62e1ecc7e2807721c5d..bb3b74ff9d67bd4d89ffb6560a00d7f0344dd1f5 100644 (file)
 
 #include "php.h"
 
-#ifdef COMPILE_DL_MCAL
-#include "dl/phpdl.h"
-#endif
-
 #if HAVE_MCAL
 
 #include <time.h>
index ca61dc5a5bec92e421d395f9716d211b5b84e8bc..ed237fc11adde3344b6cd22b6b2bc6e0d418c4c4 100644 (file)
@@ -19,7 +19,6 @@
 /* $Id$ */
 
 #ifdef COMPILE_DL_MSSQL
-#include "dl/phpdl.h"
 #define HAVE_MSSQL 1
 #endif
 
index fef30bf8965bb99b1df40a7896eb0c841b835d60..a15bd02491c600801110bedabc00623a515ccfce 100644 (file)
 
 /* $Id$ */
 
-#ifdef COMPILE_DL_ODBC
-#include "dl/phpdl.h"
-#endif
-
 #include "php.h"
 #include "php_globals.h"
 
index e47f019550d803f56bee9df4f5f685b189faec6b..ec26ba0271c814cb1dd63707e145f0bca07bc0cd 100644 (file)
  
 #define HAS_OLOG 1
 
-#ifdef COMPILE_DL_ORACLE
-# include "dl/phpdl.h"
-#endif
-
 #include "php.h"
 
 #include "zend_globals.h"
index eb07fc4c3b0c3660e0a6969b44cf215e26c27d03..6610f6495c64999b63932e0756210ab9ee49a8c2 100644 (file)
@@ -175,7 +175,6 @@ zend_module_entry pdf_module_entry = {
 };
 
 #ifdef COMPILE_DL_PDF
-#include "dl/phpdl.h"
 ZEND_GET_MODULE(pdf)
 #endif
 
index 5865b583a779f59bf0eac67c143c6d494fa2c225..5bc92eca30c58dbaa8d0ceec9e4163e4f5d90b14 100644 (file)
@@ -21,7 +21,6 @@
  * components using JNI and reflection.
  */
 
-#include "dl/phpdl.h"
 
 #include "php.h"
 #include "zend_compile.h"
index afe33040d02b4ed1f293ce222d4b22f900801b86..13637b9e8c4b074d29a1caee1d8825fbe8558cbe 100644 (file)
@@ -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
index 73aac7f4d273ddc0886fa4f6c00be4d0789c3d93..42cfc170c1ffb321b5291cad9eee46ec1773ea65 100644 (file)
@@ -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 */
 
index b991f35e3d375e86f77610697171b092b76e191a..c3d8c29ce7dc5ba48542cc24e280066f40159b2e 100644 (file)
@@ -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
index 8922e85834375174d76f07aef778bbb09971738c..c56566cfd922ded0d398c4fed16172f85d9e017a 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <jni.h>
 
-#include "dl/phpdl.h"
 #include "php.h"
 #include "php_globals.h"