php-src/ext/simplexml
Niels Dossche 62228a2568
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 19:55:10 -05:00
..
tests Disable global state test on Windows 2023-07-31 19:55:10 -05:00
config.m4 Make SimpleXMLElement a RecursiveIterator 2020-06-24 15:09:21 +02:00
config.w32 Make SimpleXMLElement a RecursiveIterator 2020-06-24 15:09:21 +02:00
CREDITS
php_simplexml.h Make SimpleXMLElement a RecursiveIterator 2020-06-24 15:09:21 +02:00
php_simplexml_exports.h Throw on uninitialized SimpleXMLElement 2020-08-13 16:13:02 +02:00
simplexml.c Sanitize libxml2 globals before parsing 2023-07-31 19:47:19 +01:00
simplexml.stub.php SimpleXMLElement::addAttribute() is a void function 2021-05-22 22:28:34 +02:00
simplexml_arginfo.h SimpleXMLElement::addAttribute() is a void function 2021-05-22 22:28:34 +02:00