From: Sebastian Bergmann Date: Wed, 17 Apr 2002 04:44:02 +0000 (+0000) Subject: Enable ext/tokenizer by default on Win32, too. Since there is no HAVE_TOKENIZER flag... X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~617 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fc2f74ad19aef787b2e080b323b9c62b28d0342;p=php Enable ext/tokenizer by default on Win32, too. Since there is no HAVE_TOKENIZER flag, it cannot be turned off in config.w32.h. --- diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 54c899734d..23fd5636d0 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -63,6 +63,7 @@ #if HAVE_OVERLOAD #include "ext/overload/php_overload.h" #endif +#include "ext/tokenizer/php_tokenizer.h" /* }}} */ /* {{{ php_builtin_extensions[] diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index 4efacc62d7..b749ba25ac 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -864,6 +864,10 @@ SOURCE=..\ext\overload\overload.c # End Source File # Begin Source File +SOURCE=..\ext\tokenizer\tokenizer.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 1dd6b8fbd2..74f850d270 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -454,6 +454,10 @@ SOURCE=..\ext\overload\overload.c # End Source File # Begin Source File +SOURCE=..\ext\tokenizer\tokenizer.c +# End Source File +# Begin Source File + SOURCE=..\ext\wddx\wddx.c !IF "$(CFG)" == "php4dllts - Win32 Debug_TS"