]> granicus.if.org Git - php/commit
Fixed bug #74345
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 20 Mar 2019 11:03:45 +0000 (12:03 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 20 Mar 2019 11:06:42 +0000 (12:06 +0100)
commitabc457fe1ddba07b1574744593f81ce1005025cd
tree58fc8fdf2e7a4810734e5e793e032d1bd823afea
parented808c59e47ee95b81fc769da512d84683ac0a7c
Fixed bug #74345

Export zend_release_fcall_info_cache(). It is only necessary to
call it if the fcc may not have been used -- if it is passed to
zend_call_function() and friends, then they will take care of
freeing trampolines.
Zend/zend_API.c
Zend/zend_API.h
ext/standard/array.c
ext/standard/tests/array/bug74345.phpt [new file with mode: 0644]