php-src/ext/xmlreader
Niels Dossche 9949064dd1
Disable global state test on Windows
It looks like the config.w32 uses CHECK_HEADER_ADD_INCLUDE to add the include
path to libxml into the search path.
That doesn't happen in zend-test.
To add to the Windows trouble, libxml is statically linked in, ext/libxml can
only be built statically but ext/zend-test can be built both statically and
dynamically.
So the regression tests won't work in all possible configurations anyway on Windows.
All of this is no problem on Linux because it just uses dynamic linking
and pkg-config, without any magic.

Signed-off-by: Ben Ramsey <ramsey@php.net>
2023-07-31 20:25:19 -05:00
..
tests Disable global state test on Windows 2023-07-31 20:25:19 -05:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS
php_xmlreader.c Sanitize libxml2 globals before parsing 2023-07-31 15:40:48 -05:00
php_xmlreader.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_xmlreader.stub.php Declare tentative return types for ext/xmlreader 2021-05-25 19:14:48 +02:00
php_xmlreader_arginfo.h Declare tentative return types for ext/xmlreader 2021-05-25 19:14:48 +02:00