pierrick Tue, 23 Aug 2011 03:09:09 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=315328
Log:
Reapply the commit of revision 315259 on 5.3.9
Changed paths:
U php/php-src/branches/PHP_5_3/Zend/zend_compile.c
Modified: php/php-src/branches/PHP_5_3/Zend/zend_compile.c
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/zend_compile.c 2011-08-23 02:59:41 UTC
(rev 315327)
+++ php/php-src/branches/PHP_5_3/Zend/zend_compile.c 2011-08-23 03:09:09 UTC
(rev 315328)
@@ -5184,6 +5184,12 @@
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;
+ }
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php