History log of /PHP-8.2/Zend/tests/gh8548.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# c0194219 09-Jun-2022 Ilija Tovilo

Fix regression from GH-8587 (#8615)

* Fix regression from GH-8587

Streams hold a reference to the stream wrapper. User stream wrappers
must not be released until the streams the

Fix regression from GH-8587 (#8615)

* Fix regression from GH-8587

Streams hold a reference to the stream wrapper. User stream wrappers
must not be released until the streams themselves are closed.

* Add test for directories

show more ...


# a5a89cc2 19-May-2022 Ilija Tovilo

Fix stream_wrapper_unregister() resource leak

Closes GH-8548
Closes GH-8587