php-src/ext
Niels Dossche a2c5b4ec05
Fix GH-14307: Test curl_basic_024 fails with curl 8.8.0
Curl changed the behaviour, from the changelog:
  - lib: make protocol handlers store scheme name lowercase curl/curl@c294f9c

From the docs: "The returned scheme might be upper or lowercase. Do
comparisons case insensitively."

Closes GH-14312.
2024-05-24 14:41:29 +02:00
..
bcmath ext/bcmath: Fix [-Wenum-int-mismatch] compiler warning 2024-05-21 12:17:25 +01:00
bz2 Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
calendar Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
com_dotnet Skip .NET tests if mscoree is not available (#14281) 2024-05-20 23:26:52 +02:00
ctype Merge branch 'PHP-8.1' into PHP-8.2 2023-09-26 21:44:00 +02:00
curl Fix GH-14307: Test curl_basic_024 fails with curl 8.8.0 2024-05-24 14:41:29 +02:00
date Fix test on non-UTC environments 2024-02-19 15:18:48 +01:00
dba Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
dl_test Merge branch 'PHP-8.1' into PHP-8.2 2023-11-03 17:17:23 +00:00
dom Fix crash in ParentNode::append() when dealing with a fragment containing text nodes 2024-05-12 02:00:31 +02:00
enchant Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
exif Use __DIR__-relative path in tests 2023-11-22 20:39:29 -06:00
ffi ext/ffi: Fix [-Wenum-int-mismatch] compiler warning 2024-05-21 12:17:25 +01:00
fileinfo Fix GH-13344: finfo::buffer(): Failed identify data 0:(null) 2024-02-13 21:13:43 +01:00
filter Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
ftp Fix compilation of ftp without openssl 2023-12-05 11:55:44 +01:00
gd ext/gd: Fix [-Wcalloc-transposed-args] compiler warning 2024-05-21 12:17:25 +01:00
gettext ext/gettext: dcgettext/dcngettext fix for stable branches. 2024-03-05 18:39:14 +00:00
gmp Implement GMP::__construct() 2023-01-19 14:13:34 +00:00
hash ext/hash: Swap the checking order of __has_builtin and __GNUC__ (#14185) 2024-05-10 09:37:13 +09:00
iconv Fix GH-13727: macro generating invalid call test prototypes fixes. 2024-03-18 06:53:39 +00:00
imap Merge branch 'PHP-8.1' into PHP-8.2 2023-07-10 13:34:21 +02:00
intl Fix check for newer versions of ICU (#14186) 2024-05-10 14:20:17 -03:00
json Merge branch 'PHP-8.1' into PHP-8.2 2023-05-13 18:53:35 +01:00
ldap Merge branch 'PHP-8.1' into PHP-8.2 2022-12-16 14:37:39 +01:00
libxml Backport deprecation warning ignores to unbreak CI 2023-12-06 22:17:27 +01:00
mbstring Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
mysqli Clear mysql error in fetch_into 2024-05-17 13:08:42 +02:00
mysqlnd Clear mysql error in fetch_into 2024-05-17 13:08:42 +02:00
oci8 Update year to 2024 2024-01-04 19:26:32 +01:00
odbc Fix GH-12974: Apache crashes on shutdown when using pg_pconnect() 2023-12-27 20:14:23 +01:00
opcache Skip JIT test if php is compiled without jit 2024-05-23 16:35:29 +02:00
openssl [skip ci] Fix typo 2024-05-13 13:08:28 +02:00
pcntl Merge branch 'PHP-8.1' into PHP-8.2 2023-09-22 10:26:01 +02:00
pcre Merge branch 'PHP-8.1' into PHP-8.2 2023-11-10 00:08:09 +01:00
pdo ext/pdo: Fix various PDORow bugs 2024-02-27 15:30:23 +00:00
pdo_dblib Merge branch 'PHP-8.1' 2022-08-26 14:59:59 +02:00
pdo_firebird Fix GH-13119 (#13125) 2024-01-17 01:12:24 +09:00
pdo_mysql ext/pdo_mysql: Fix [-Wcalloc-transposed-args] compiler warning 2024-05-21 12:17:25 +01:00
pdo_oci Unparallelize IO heavy tests 2023-03-27 16:33:36 +02:00
pdo_odbc add PDO::ATTR_AUTOCOMMIT to getAttribute 2023-12-18 00:26:32 +00:00
pdo_pgsql Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
pdo_sqlite Fix GH-13998: Manage refcount of agg_context->val correctly (#14004) 2024-04-20 22:33:25 +09:00
pgsql Revert "Fix GH-13519: PGSQL_CONNECT_FORCE_RENEW with persistent connections." 2024-02-27 23:03:28 +00:00
phar Fix potential NULL pointer dereference before calling EVP_SignInit 2024-04-08 19:30:26 +02:00
posix Use return value of getpwuid_r(), not errno (#13969) 2024-04-16 14:08:28 +02:00
pspell Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
random random: Initialize the mode field when seeding in php_random_default_status() (#13690) 2024-03-13 20:13:48 +01:00
readline ext/readline: Fix [-Wcalloc-transposed-args] compiler warning 2024-05-21 12:17:25 +01:00
reflection Delay #[Attribute] arg validation until runtime 2024-05-06 12:38:56 +02:00
session ext/session: fix _read/_write buffer limit. 2024-04-20 17:11:03 +01:00
shmop Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
simplexml Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
skeleton Add support for validation of missing method synopses (#9491) 2022-09-07 17:40:36 +02:00
snmp Customize the link of some constants in the manual 2023-01-19 09:05:32 +01:00
soap Fix libxml2 2.12 build due to API breaks 2023-12-01 18:03:37 +01:00
sockets ext/sockets: socket_create_listen clearing socket data before binding. 2024-03-31 17:00:54 +01:00
sodium Fix memory leaks in ext/sodium on failure of some functions 2024-05-23 22:40:28 +02:00
spl Fix GH-14290: Member access within null pointer in extension spl 2024-05-21 23:20:32 +02:00
sqlite3 Merge branch 'PHP-8.1' into PHP-8.2 2023-11-10 00:08:09 +01:00
standard Added test 2024-05-20 15:13:53 +01:00
sysvmsg Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
sysvsem Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
sysvshm Merge branch 'PHP-8.1' into PHP-8.2 2023-03-01 23:05:17 +01:00
tidy Fix GH-12980: tidynode.props.attribute is missing "Boolean Attributes" and empty attributes 2023-12-22 17:37:34 +01:00
tokenizer Merge branch 'PHP-8.1' into PHP-8.2 2022-10-27 14:42:17 +01:00
xml Fix GH-14124: Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain memory limit (#14126) 2024-05-04 14:05:24 +02:00
xmlreader Fix GH-14183: XMLReader::open() can't be overridden 2024-05-10 15:57:09 +02:00
xmlwriter Merge branch 'PHP-8.1' into PHP-8.2 2023-10-24 19:36:57 +02:00
xsl Add missing DOM dependency in config.m4 for ext/xsl 2024-03-15 22:56:25 +01:00
zend_test Fix GH-14215: Cannot use FFI::load on CRLF header file with apache2handler 2024-05-14 19:49:22 +02:00
zip Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
zlib Fix GH-13217 Test failure with zlib-ng 2024-03-05 10:13:22 +01:00
ext_skel.php