php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2256 Memory leak
Submitted: 1999-09-07 10:21 UTC Modified: 1999-09-09 09:02 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.0
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-07 10:21 UTC] lemming at k332 dot feld dot cvut dot cz
Memory leak when doing --:
lemming@gate:~/src/info/WWW/admin/finance > php -q
<?
$a="1";
$a--;
?>
-:  Freeing 0x080F1970 (2 bytes), allocated in zend_variables.c on line 120<br>
lemming@gate:~/src/info/WWW/admin/finance > php -v
Content-Type: text/html

4.0B2
lemming@gate:~/src/info/WWW/admin/finance >

Michal Kara

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-09 09:02 UTC] andi at cvs dot php dot net
Fixed in latest CVS.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 06:01:38 2025 UTC