1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +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
..
2021-11-10 11:00:37 +01:00
2021-08-20 10:08:22 +02:00
2021-08-20 14:15:23 +02:00
2019-01-04 12:40:28 +01:00
2020-03-09 15:01:31 +01:00
2021-06-29 17:13:02 +02:00
2018-09-21 14:12:25 +02:00