php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27673 free() method with domxml object, memory leaks
Submitted: 2004-03-24 10:04 UTC Modified: 2004-04-01 11:55 UTC
From: gcollector at seznam dot cz Assigned:
Status: No Feedback Package: DOM XML related
PHP Version: 4.3.4 OS: Linux
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: gcollector at seznam dot cz
New email:
PHP Version: OS:

 

 [2004-03-24 10:04 UTC] gcollector at seznam dot cz
Description:
------------
I use PHP 4.3.4 with DOM/XML extension 
limxml2 version 2.5.7
If I want to free object from memory with free() method of dom document it seems not work. Object still remains in memory.
After many open DOM documents I run off my RAM on server.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-26 10:49 UTC] rrichards@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.


 [2004-04-01 11:55 UTC] iliaa@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 09:01:28 2024 UTC