1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00
Files
archived-php-src/ext/soap/tests
Niels Dossche 27797a26ca Fix bug #75306: Memleak in SoapClient
Setting the stream context via php_stream_context_to_zval() will
increase the reference count. So if the new context is created, then it
will end up with a reference count of 2 while it should be 1.

Credits to cmb for the analysis. I arrived at the same patch as he did.

Closes GH-12523.
2023-10-26 19:58:31 +02: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