ID: 34126 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Scripting Engine problem Operating System: * PHP Version: 6CVS-2005-08-14 (CVS) -Assigned To: +Assigned To: dmitry New Comment:
Dmitry, check it out please. Previous Comments: ------------------------------------------------------------------------ [2005-08-14 13:52:57] [EMAIL PROTECTED] Description: ------------ Any simple function call leaks memory. Patch: http://mega.ist.utl.pt/~ncpl/zend_unicode_leak.txt Reproduce code: --------------- <? function a() { echo 'a'; } a(); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34126&edit=1