php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3013 "include" leaks memory
Submitted: 1999-12-20 13:56 UTC Modified: 1999-12-21 11:05 UTC
From: danny dot heijl at cevi dot be Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Latest CVS (20/12/1999) OS: Linux RH 6.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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: danny dot heijl at cevi dot be
New email:
PHP Version: OS:

 

 [1999-12-20 13:56 UTC] danny dot heijl at cevi dot be
Include (even of an empty script) leaks memory :

./../php4/Zend/zend_execute.c(1964) :  Freeing 0x08235E48 (12 bytes), script=inc.php

The script :
<?php 
include "xx.inc";
?>

where xx.inc is :

<?php ?>

Danny.
---

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-21 11:05 UTC] andi at cvs dot php dot net
Fixed in the latest CVS!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 10:01:29 2024 UTC