php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34126 function calls leak memory
Submitted: 2005-08-14 13:52 UTC Modified: 2005-09-02 09:51 UTC
From: nlopess@php.net Assigned: dmitry (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: 6CVS-2005-08-14 (CVS) OS: *
Private report: No CVE-ID: None
 [2005-08-14 13:52 UTC] nlopess@php.net
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();
?>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-14 16:51 UTC] tony2001@php.net
Dmitry, check it out please.
 [2005-09-02 09:51 UTC] dmitry@php.net
Thank you Nuno.

But this is already fixed in CVS HEAD.
Near the same patch.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC