History log of /PHP-8.2/Zend/tests/bug79514.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# d5dd9d59 02-Jun-2021 Christoph M. Becker

Speed up test case

This test case did 100,000 includes of a non existing file to show the
memory leak; this is not necessary, because after the first failing
include, memory is not s

Speed up test case

This test case did 100,000 includes of a non existing file to show the
memory leak; this is not necessary, because after the first failing
include, memory is not supposed to increase for further includes.

Closes GH-7088.

show more ...


# 3151676f 24-Apr-2020 Christoph M. Becker

Fix #79514: Memory leaks while including unexistent file

We have to destroy (un-opened) ZEND_HANDLE_FILENAMEs.