History log of /php-src/ext/standard/tests/gh10885.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 122f1287 20-Mar-2023 Ilija Tovilo

Fix GH-10885: Leaking stream_socket_server context

`php_stream_context_set` already increases the refcount.

Closes GH-10886