]> granicus.if.org Git - php/commit
fix crash in do_implement_interface when compiling
authorShane Caraveo <shane@php.net>
Tue, 28 Oct 2003 05:24:46 +0000 (05:24 +0000)
committerShane Caraveo <shane@php.net>
Tue, 28 Oct 2003 05:24:46 +0000 (05:24 +0000)
commit4bde74c3bece2793f2dd8f544d296aded72fe9d3
treea279a9ba12f51f5d3e6b56a32e19b2a4f4ba0b0f
parenta4eebd74a6ef2ef9004a3463a56ee67d132bd5d0
fix crash in do_implement_interface when compiling
pear/PHPUnit/Framework/TestCase.php line 63
while only interface_gets_implemented is the issue in this instance, both
these vars were unitialized, causing potential other issues
Zend/zend_compile.c