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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
35 - 32 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC