php-src/ext
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
..
bcmath Merge branch 'PHP-7.4' into PHP-8.0 2021-07-16 15:56:15 +02:00
bz2 Use proper grammar in error message 2022-06-25 07:39:31 +01:00
calendar
com_dotnet Fix GH-8778: Integer arithmethic with large number variants fails 2022-06-18 11:48:49 +02:00
ctype
curl Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option. 2022-06-17 19:51:58 -04:00
date Updated to version 2022.6 (2022f) 2022-11-02 09:43:37 +00:00
dba Fix GH-9155: dba_open("non-existing", "c-", "flatfile") segfaults 2022-07-27 12:08:36 +02:00
dom Disable global state test on Windows 2023-07-31 19:55:10 -05:00
enchant Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
exif Fix GH-8408: bug68547.phpt fails without multibyte support 2022-04-20 16:42:09 +02:00
ffi Migrate i386 to GitHub actions 2022-11-03 14:34:54 +01:00
fileinfo Fix Bug #81462 mime_content_type() indicates wrong arg num on TypeError 2021-09-20 22:48:00 +01:00
filter Don't try to access memory outside string 2022-03-28 10:52:34 -06:00
ftp Fix the return type of ftp_raw() (#7466) 2021-09-06 10:26:01 +02:00
gd Merge branch 'PHP-7.4' into PHP-8.0 2022-10-23 18:49:21 -06:00
gettext Fix #53251: bindtextdomain with null dir doesn't return old value 2021-01-25 15:44:14 +01:00
gmp Fix GH-9308 GMP throws the wrong error when a GMP object is passed to gmp_init() 2022-09-13 11:24:19 +01:00
hash Merge branch 'PHP-7.4' into PHP-8.0 2022-10-21 00:04:43 -06:00
iconv Fix GH-8218: ob_end_clean does not reset Content-Encoding header 2022-04-25 14:26:56 +02:00
imap Fix #81649: imap_(un)delete accept sequences, not single numbers 2021-11-25 18:29:43 +01:00
intl Fix GH-9421 Incorrect argument number for ValueError in NumberFormatter 2022-09-13 12:42:58 +01:00
json Merge branch 'PHP-7.4' into PHP-8.0 2021-07-20 00:28:27 +02:00
ldap Fix ldap_next_entry() parameter name 2021-03-16 09:31:46 +01:00
libxml Sanitize libxml2 globals before parsing 2023-07-31 19:47:19 +01:00
mbstring Fix GH-8685 mbstring requires pcre 2022-06-03 07:53:48 +02:00
mysqli mysqli_query throws warning despite using silenced error mode (#9842) 2022-10-27 18:24:28 +01:00
mysqlnd Add a temporary fix for insufficient buffer size in mysqlnd (#9835) 2022-10-27 18:25:17 +01:00
oci8 Always skip randomly failing OCI8 extauth tests 2022-09-13 14:21:23 +02:00
odbc Fix handling of single-key connection strings 2022-06-13 14:41:50 +02:00
opcache Discard disasm symbols on opcache restart 2022-10-17 11:22:59 +03:00
openssl Revert "Make build work with newer OpenSSL" 2023-01-03 13:00:44 -03:00
pcntl Migrate i386 to GitHub actions 2022-11-03 14:34:54 +01:00
pcre Merge branch 'PHP-7.4' into PHP-8.0 2021-11-29 19:15:20 +01:00
pdo Fix pdo_oci tests for PHP 8.0 2022-08-22 09:25:43 +02:00
pdo_dblib Fix pdo_dblib ext test conflicts when run in parallel 2022-08-26 14:57:13 +02:00
pdo_firebird Merge branch 'PHP-7.4' into PHP-8.0 2021-06-27 21:39:23 -07:00
pdo_mysql Fix PDO URI test 2022-05-03 12:12:41 +02:00
pdo_oci Migrate MSAN build to GitHub actions 2022-09-25 16:18:58 +02:00
pdo_odbc Fix handling of single-key connection strings 2022-06-13 14:41:50 +02:00
pdo_pgsql Fix GH-9411: PgSQL large object resource is incorrectly closed 2022-09-05 16:37:54 +02:00
pdo_sqlite Skip newly added test on 32bit platforms 2022-12-19 16:04:29 +01:00
pgsql Merge branch 'PHP-7.4' into PHP-8.0 2022-06-06 01:11:13 -06:00
phar Fix buffer mismanagement in phar_dir_read() 2023-07-31 19:47:05 +01:00
posix Merge branch 'PHP-7.4' into PHP-8.0 2021-04-11 10:38:07 +02:00
pspell
readline fix bug #72998 2021-06-03 10:33:10 +02:00
reflection Private method incorrectly marked as "overwrites" in reflection 2022-09-08 10:43:25 +02:00
session Actually fix GH-9583 2022-10-06 14:29:13 +01:00
shmop Merge branch 'PHP-7.4' into PHP-8.0 2021-09-02 23:18:53 +02:00
simplexml Disable global state test on Windows 2023-07-31 19:55:10 -05:00
skeleton
snmp Fix the return types in ext/snmp (#7068) 2021-05-28 12:34:46 +02:00
soap Sanitize libxml2 globals before parsing 2023-07-31 19:47:19 +01:00
sockets Return immediately when FD_SETSIZE is exceeded (#9602) 2022-10-01 11:20:43 +02:00
sodium Correct the argument names for ext/sodium functions 2021-05-10 17:22:02 +02:00
spl Fix spl test cleanup 2022-07-21 17:20:30 +02:00
sqlite3 Fix GH-9032: SQLite3 authorizer crashes on NULL values 2022-07-27 12:49:16 +02:00
standard crypt: Fix possible buffer overread in php_crypt() 2023-02-12 20:46:51 -07:00
sysvmsg Merge branch 'PHP-7.4' into PHP-8.0 2021-08-18 16:37:58 +02:00
sysvsem Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
sysvshm Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
tidy tidy::repairFile() and ::repairString() return string|false 2020-11-30 00:29:10 +01:00
tokenizer Fixed bug #80462 2020-12-02 10:19:32 +01:00
xml Sanitize libxml2 globals before parsing 2023-07-31 19:47:19 +01:00
xmlreader Disable global state test on Windows 2023-07-31 19:55:10 -05:00
xmlwriter
xsl Sanitize libxml2 globals before parsing 2023-07-31 19:47:19 +01:00
zend_test Disable global state test on Windows 2023-07-31 19:55:10 -05:00
zip Fix GH-8781 ZipArchive::close deletes zip file without updating stat cache 2022-06-15 15:37:27 +02:00
zlib Use proper grammar in error message 2022-06-25 07:39:31 +01:00
ext_skel.php