mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Support wddx by default on Windows
This commit is contained in:
parent
883c62b5e9
commit
e781caf962
@ -17,6 +17,7 @@
|
||||
|
||||
/* set to enable bundled expat library */
|
||||
#define HAVE_LIBEXPAT 1
|
||||
#define HAVE_WDDX 1
|
||||
|
||||
/* should be added to runtime config*/
|
||||
#define PHP3_URL_FOPEN 1
|
||||
|
@ -706,6 +706,15 @@ SOURCE=.\regex\regfree.c
|
||||
# PROP Default_Filter ".c"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\dlist.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\wddx\wddx.c
|
||||
# ADD CPP /I "ext\xml\expat\xmlparse"
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\xml\xml.c
|
||||
# ADD CPP /I "ext\xml\expat\xmltok" /I "ext\xml\expat\xmlparse"
|
||||
# End Source File
|
||||
@ -715,6 +724,18 @@ SOURCE=.\ext\xml\xml.c
|
||||
# PROP Default_Filter ".h"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\dlist.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\wddx\php_wddx.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\wddx\php_wddx_api.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\xml\php_xml.h
|
||||
# End Source File
|
||||
# End Group
|
||||
@ -778,7 +799,7 @@ SOURCE=.\ext\xml\expat\xmltok\xmldef.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\xmlparse.h
|
||||
SOURCE=.\ext\xml\expat\xmlparse\xmlparse.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user