php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2322 Memory leak
Submitted: 1999-09-18 16:11 UTC Modified: 1999-11-22 21:59 UTC
From: lemming at k332 dot feld dot cvut dot cz Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 2 OS: Linux 2.2.9
Private report: No CVE-ID: None
 [1999-09-18 16:11 UTC] lemming at k332 dot feld dot cvut dot cz
lemming@lemming:~ > php -q
<?
list($a,$a) = explode("|","aaa|bbb");
?>
-:  Freeing 0x0812D688 (4 bytes), allocated in zend_hash.c on line 391<br>
-:  Freeing 0x0812D638 (35 bytes), allocated in zend_hash.c on line 380<br>
lemming@lemming:~ >

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-22 21:59 UTC] zeev at cvs dot php dot net
This appears to be fixed in Beta 3
 [2023-03-23 15:20 UTC] git@php.net
Automatic comment on behalf of derickr
Revision: https://github.com/php/doc-en/commit/cab664e8c54025fbf665344b6a8ae59ed934b1cf
Log: Fix #2322: date_create_immutable not an alias
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 12:01:29 2024 UTC