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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 16:01:36 2025 UTC