pierrick Mon, 22 Aug 2011 11:35:19 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=315275
Log:
Revert commit 315259 as requested
# Will apply the patch on this branch after 5.3.8
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-22 11:35:01 UTC
(rev 315274)
+++ php/php-src/branches/PHP_5_3/Zend/zend_compile.c 2011-08-22 11:35:19 UTC
(rev 315275)
@@ -5184,12 +5184,6 @@
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