1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00
Files
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
..
2023-09-26 21:44:00 +02:00
2024-09-06 12:33:36 +01:00
2023-11-22 20:39:29 -06:00
2024-07-14 12:46:37 +02:00
2024-08-28 14:29:49 +02:00
2024-01-04 19:26:32 +01:00
2024-08-06 16:54:19 +02:00
2024-07-03 19:17:13 +02:00
2023-09-22 10:26:01 +02:00
2024-07-23 16:25:11 -06:00
2024-07-06 14:41:44 +02:00