php-src/ext/zend_test
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 Fix GH-8827: Intentionally closing std handles no longer possible 2022-06-20 18:01:02 +02:00
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
config.w32 Fix MSVC level 1 (severe) warnings 2020-06-05 11:17:05 +02:00
php_test.h Merge branch 'PHP-7.4' into PHP-8.0 2020-10-30 15:49:48 +01:00
test.c Disable global state test on Windows 2023-07-31 19:55:10 -05:00
test.stub.php Disable global state test on Windows 2023-07-31 19:55:10 -05:00
test_arginfo.h Disable global state test on Windows 2023-07-31 19:55:10 -05:00