php-src/ext/xml
Niels Dossche 552ea62e1f Fix GH-13517: Multiple test failures when building with --with-expat
The reflection failure is because the XML extension is used to check the
module dependency information, but that extension can be configured to
not depend on ext/libxml, resulting in a different output. The solution
is to check another extension instead.

The test failures in ext/xml/tests are because of different behaviour
between libxml2 and Expat error handling. These are expected differences
and the solution is to split the tests.

Closes GH-13522.
2024-02-27 21:49:01 +01:00
..
tests Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
compat.c Merge branch 'PHP-8.0' into PHP-8.1 2023-07-31 19:53:43 +01:00
config.m4
config.w32 Don't disable unrelated ext during configure 2021-09-20 10:26:33 +02:00
CREDITS
expat_compat.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_xml.h Declare ext/xml constants in stubs (#9131) 2022-07-25 21:31:24 +02:00
xml.c Merge branch 'PHP-8.1' into PHP-8.2 2023-09-21 19:51:14 +02:00
xml.stub.php Merge branch 'PHP-8.1' into PHP-8.2 2023-09-21 19:51:14 +02:00
xml_arginfo.h Merge branch 'PHP-8.1' into PHP-8.2 2023-09-21 19:51:14 +02:00