mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
Enable ext/tokenizer by default on Win32, too. Since there is no HAVE_TOKENIZER flag, it cannot be turned off in config.w32.h.
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
#if HAVE_OVERLOAD
|
||||
#include "ext/overload/php_overload.h"
|
||||
#endif
|
||||
#include "ext/tokenizer/php_tokenizer.h"
|
||||
/* }}} */
|
||||
|
||||
/* {{{ php_builtin_extensions[]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user