]> granicus.if.org Git - php/commit
Fix dynamic calls to static methods with fci->object
authorNikita Popov <nikic@php.net>
Sun, 5 Oct 2014 21:11:17 +0000 (23:11 +0200)
committerNikita Popov <nikic@php.net>
Sun, 5 Oct 2014 21:11:17 +0000 (23:11 +0200)
commit9bc14f9632739274d7d3430759f77f272bf63241
treee92ce5cd0f567349aed0b54967a983798ea28040
parentfb34cd90f8a26d32f4eab179c4192d13a87c856c
Fix dynamic calls to static methods with fci->object

func may already be freed at the time the static flag was checked.
Zend/zend_execute_API.c