php-src/ext
Niels Dossche 72a2cbcc7f
Fix bug #73182: PHP SOAPClient does not support stream context HTTP headers in array form
This code is modelled after how `http_fopen_wrapper.c` does things,
which apparently is just looping over the array and handling each string
the same way as if we passed a header string directly.

Also fixes a potential crash in `php_sdl.c` but without adding support
for header arrays there (yet) because the code is untested.

Closes GH-15817.
2024-09-10 20:24:14 +02:00
..
bcmath ext/bcmath: Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0) 2024-05-30 15:47: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 Fixed GH-15547: curl_multi_wait expects a signed int for timeout. 2024-08-27 04:56:32 +01:00
date Updated to version 2024.2 (2024b) 2024-09-06 12:33:36 +01:00
dba Use pattern tags for NDBM ext/dba/tests (#14755) 2024-07-01 22:06:10 +02:00
dl_test Merge branch 'PHP-8.1' into PHP-8.2 2023-11-03 17:17:23 +00:00
dom Fix GH-15551: Segmentation fault (access null pointer) in ext/dom/xml_common.h 2024-08-23 19:40:42 +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 Fix GH-14286 (ffi enum type (when enum has no name) make memory leak) 2024-07-22 17:44:47 +02:00
fileinfo Fix GH-15752: finfo_file() - parameter validation error messages 2024-09-05 01:41:15 +01:00
filter Merge branch 'PHP-8.1' into PHP-8.2 2024-06-05 01:10:47 -05:00
ftp Fix compilation of ftp without openssl 2023-12-05 11:55:44 +01:00
gd Add test case for GH-13774 2024-07-14 12:46:37 +02: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 Fix crash when converting array data for array in shm in xxh3 2024-08-05 22:06:11 +02:00
iconv Fix iconv_open basic test (#15611) 2024-08-28 14:29:49 +02:00
imap Merge branch 'PHP-8.1' into PHP-8.2 2023-07-10 13:34:21 +02:00
intl Fix GH-15087 IntlChar::foldCase()'s $option is not optional 2024-07-24 16:45:20 +02: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 libxml2 2.13.2 fixes (#14816) 2024-07-04 15:29:50 +02:00
mbstring Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
mysqli Fix GH-15432: Heap corruption when querying a vector 2024-08-20 15:43:21 +02:00
mysqlnd Fix GH-15432: Heap corruption when querying a vector 2024-08-20 15:43:21 +02:00
oci8 Update year to 2024 2024-01-04 19:26:32 +01:00
odbc Fix odbc_data_source_001.phpt 2024-08-06 16:54:19 +02:00
opcache Fix GH-15820: Core dumped with jit.opcache=1245 2024-09-10 15:42:23 +03:00
openssl Fix test race condition 2024-07-03 19:17:13 +02:00
pcntl Merge branch 'PHP-8.1' into PHP-8.2 2023-09-22 10:26:01 +02:00
pcre Append -Wno-implicit-fallthrough flag conditionally (#13331) 2024-07-22 06:57:04 +02:00
pdo Fix GH-14712: segfault on invalid object. 2024-06-29 15:51:57 +01:00
pdo_dblib Merge branch 'PHP-8.1' 2022-08-26 14:59:59 +02:00
pdo_firebird Fix bogus fallthrough path in firebird_handle_get_attribute() 2024-07-22 18:33:03 +02: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 Remove use of SDWORD and SWORD in ODBC extensions (GH-14457) 2024-06-04 12:46:19 -03:00
pdo_pgsql Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
pdo_sqlite Fix GH-14712: segfault on invalid object. 2024-06-29 15:51:57 +01:00
pgsql Revert "Fix GH-13519: PGSQL_CONNECT_FORCE_RENEW with persistent connections." 2024-02-27 23:03:28 +00:00
phar Fix GH-15028: Memory leak in ext/phar/stream.c 2024-07-19 14:58:28 +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 Checks getrandom availability on solaris. 2024-08-13 20:50:15 +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 Fix type incompatibility in assignment. 2024-07-26 14:57:16 +02:00
shmop Fix GH-14537: shmop Windows 11 crashes the process 2024-06-28 20:13:47 +02:00
simplexml Backport libxml2 2.13.2 fixes (#14816) 2024-07-04 15:29:50 +02: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 bug #73182: PHP SOAPClient does not support stream context HTTP headers in array form 2024-09-10 20:24:14 +02: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 warnings in session/spl 2024-07-23 16:25:11 -06:00
sqlite3 Merge branch 'PHP-8.1' into PHP-8.2 2023-11-10 00:08:09 +01:00
standard Fix MSAN getservbyport() false positive 2024-09-09 19:34:43 +02: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 memory leaks in ext/tidy basedir restriction code 2024-07-21 16:28:15 +02:00
tokenizer Merge branch 'PHP-8.1' into PHP-8.2 2022-10-27 14:42:17 +01:00
xml [ci skip] Test is for libxml only 2024-07-06 14:41:44 +02:00
xmlreader Fix GH-14183: XMLReader::open() can't be overridden 2024-05-10 15:57:09 +02:00
xmlwriter Backport libxml2 2.13.2 fixes (#14816) 2024-07-04 15:29:50 +02:00
xsl Add SKIPIFs for upstream regression in libxslt (#14674) 2024-06-26 19:35:52 +02:00
zend_test Fix GH-14741: Segmentation fault in Zend/zend_types.h 2024-07-09 00:56:53 +02:00
zip Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
zlib Fix test conflict between gzfile_basic.phpt and gzfile_basic2.phpt 2024-07-06 01:59:32 +02:00
ext_skel.php