php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44837 memory leaks
Submitted: 2008-04-26 06:02 UTC Modified: 2008-05-03 08:40 UTC
From: liviu dot macoviciuc at gmail dot com Assigned:
Status: Not a bug Package: Performance problem
PHP Version: 5.2.1 OS: windows 2000 sp 4
Private report: No CVE-ID: None
 [2008-04-26 06:02 UTC] liviu dot macoviciuc at gmail dot com
Description:
------------
I am using Php 5.2.1 on Windows 2000 SP 4 with all updates,Apache 2.2.4 and Mysql 5.0.45
I experience a memory leak of 1 giga per week-in fact 5 days -I am using this configuration in a call center
I thought that APC is to blame .I disabled it but the problem persist
I know there was a similar bug report but that is now closed
I am wondering if , the fact that I don't call the function mysql_free_result(), has any relevance


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-26 19:18 UTC] jani@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 [2008-05-03 08:40 UTC] liviu dot macoviciuc at gmail dot com
OK, I have installed the latest version of PHP - 5.2.5- and also the latest version of Apache -2.2.8-.
The problem is still there
I made a php file which calls the phpinfo() function
Everytime I give a refresh to the browser the amount of memory consumed by Apache increases
I did the same test on a Windows XP SP2 machine.It seems that here there are no problems

So, it is a issue specific to Windows 2000
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 23:01:32 2024 UTC