From: Sebastian Bergmann Date: Thu, 11 Apr 2002 18:15:58 +0000 (+0000) Subject: Disable ext/overload. X-Git-Tag: php-4.2.0RC3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dcb8f933fbb569bb4fd91befff87b221aeafa85;p=php Disable ext/overload. --- 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"