php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25771 HUGE memory leak in ISAPI
Submitted: 2003-10-07 03:11 UTC Modified: 2003-10-07 04:07 UTC
From: php at snazzyhost dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.3 OS: Windows XP SP1
Private report: No CVE-ID: None
 [2003-10-07 03:11 UTC] php at snazzyhost dot com
Description:
------------
the PHP ISAPI dll has some major memory leaks.

i had it running for 24 hours and hammered it a bit..

Im accessing MySQL, after the 24 hours my memory usage sat at 800MB !!!!!  and never comes down again..

If I stop IISADMIN and W3SVC it comes down again..  but only half way.. ONLY solution is to reboot to reclaim memory..

Reproduce code:
---------------
i had a VERY basic

<?php

echo "hello world\n"

?>

Expected result:
----------------
run it a few hundred times and the memory usage will climb and never drop down again..


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-07 04:07 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

See bug #23331
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 13:01:32 2024 UTC