From: Pierrick Charron Date: Mon, 22 Aug 2011 11:35:19 +0000 (+0000) Subject: Revert commit 315259 as requested X-Git-Tag: php-5.3.8~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18aac27b28e34aa0408e5ff15aae992fdb7b8b7f;p=php Revert commit 315259 as requested # Will apply the patch on this branch after 5.3.8 --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 11138570a5..ff61702261 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -5184,12 +5184,6 @@ void zend_do_begin_namespace(const znode *name, zend_bool with_bracket TSRMLS_DC efree(CG(current_import)); CG(current_import) = NULL; } - - if (CG(doc_comment)) { - efree(CG(doc_comment)); - CG(doc_comment) = NULL; - CG(doc_comment_len) = 0; - } } /* }}} */