]> granicus.if.org Git - php/commit
check class_entry of this_ptr in Reflection API, so we won't get an alien this_ptr
authorAntony Dovgal <tony2001@php.net>
Fri, 16 Sep 2005 20:20:46 +0000 (20:20 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 16 Sep 2005 20:20:46 +0000 (20:20 +0000)
commit1b1c0e3c78f576d098f31496f877e28301be74c3
treef17da87a2eebcc3e82e94e0948ab566ebe8360a0
parentcc20c524497fe3dcd38cd8ec4ad0459daeb583da
check class_entry of this_ptr in Reflection API, so we won't get an alien this_ptr
when called statically in a function that is called statically too (without being
declared as static)
Zend/zend_reflection_api.c
ext/reflection/php_reflection.c