From: Marcus Boerger Date: Mon, 31 May 2004 21:38:01 +0000 (+0000) Subject: #28589: Segfault in Reflection API X-Git-Tag: php-5.0.0RC3RC2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=374ac86e3322d16c30643dd09d1bbf1fb8c7458d;p=php #28589: Segfault in Reflection API --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 31414d1ed8..91310655d3 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -3746,6 +3746,7 @@ ZEND_API void zend_initialize_class_data(zend_class_entry *ce, zend_bool nullify ce->parent = NULL; ce->num_interfaces = 0; ce->interfaces = NULL; + ce->module = NULL; } }