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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lemming at k332 dot feld dot cvut dot cz
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 10:01:29 2024 UTC