]> granicus.if.org Git - php/commit
Fixed bug #71891 (header_register_callback() and register_shutdown_function())
authorXinchen Hui <laruence@gmail.com>
Fri, 25 Mar 2016 04:34:22 +0000 (12:34 +0800)
committerXinchen Hui <laruence@gmail.com>
Fri, 25 Mar 2016 04:34:22 +0000 (12:34 +0800)
commit1929fc9b16c836c1449dee3fd3570031ff8dcba1
tree88e9af03e317318f9ffb3f2f85c8fda55f83db94
parent70878a92b181007239a6e9405ec8da32b599c70d
Fixed bug #71891 (header_register_callback() and register_shutdown_function())

Actually, this fixed the memleak not the behavior(it is expected
behavior that "shutdown" is not outputed)
NEWS
ext/standard/basic_functions.c
ext/standard/tests/general_functions/bug71891.phpt [new file with mode: 0644]
main/main.c