php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2993 @ leaks memory when suppressing an error msg
Submitted: 1999-12-17 10:45 UTC Modified: 1999-12-20 17:46 UTC
From: danny dot heijl at cevi dot be Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Latest CVS (17/12/1999) OS: RH Linux 6.0
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: danny dot heijl at cevi dot be
New email:
PHP Version: OS:

 

 [1999-12-17 10:45 UTC] danny dot heijl at cevi dot be
The following script leaks if the files don't exist:

<?php
@unlink('test.file');
@unlink('test.link');
?>
Content-Type: text/html
X-Powered-By: PHP/4.0b4-dev

zend_execute.c(1479) :  Freeing 0x0822B3D0 (12 bytes), script=f001.php
Last leak repeated 1 time

Danny
---

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-20 13:58 UTC] danny dot heijl at cevi dot be
Seems fixed in latest CVS.

Danny
---
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 07:01:30 2024 UTC