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 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 19:01:36 2025 UTC