From 3dcb8f933fbb569bb4fd91befff87b221aeafa85 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 11 Apr 2002 18:15:58 +0000 Subject: [PATCH] Disable ext/overload. --- main/config.w32.h | 2 +- win32/php4dll.dsp | 4 ---- win32/php4dllts.dsp | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/main/config.w32.h b/main/config.w32.h index 49411a9e72..88fb6cd4c3 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -44,7 +44,7 @@ #define PHP_URL_FOPEN 1 /* set to enable overload extension */ -#define HAVE_OVERLOAD 1 +#define HAVE_OVERLOAD 0 #define STDIN_FILENO 0 #define STDOUT_FILENO 1 diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index 9f286a53bb..fdc20c5eb5 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -834,10 +834,6 @@ SOURCE=..\ext\pcre\pcrelib\pcre.h # PROP Default_Filter ".c" # Begin Source File -SOURCE=..\ext\overload\overload.c -# End Source File -# Begin Source File - SOURCE=..\ext\wddx\wddx.c # ADD CPP /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse" # End Source File diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index d0567fd554..b7577f2db4 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -418,10 +418,6 @@ SOURCE=..\regex\regfree.c # PROP Default_Filter ".c" # Begin Source File -SOURCE=..\ext\overload\overload.c -# End Source File -# Begin Source File - SOURCE=..\ext\wddx\wddx.c !IF "$(CFG)" == "php4dllts - Win32 Debug_TS" -- 2.50.1