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
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:
38 - 3 = ?
Subscribe to this entry?

 
 [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: Fri May 10 20:01:37 2024 UTC