php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9848 memory leak
Submitted: 2001-03-19 17:24 UTC Modified: 2001-04-29 13:23 UTC
From: dean at eagletron dot com Assigned:
Status: Closed Package: Performance problem
PHP Version: 4.0.4pl1 OS: Windows 98 SE
Private report: No CVE-ID: None
 [2001-03-19 17:24 UTC] dean at eagletron dot com
Every time I get memory loss if  I run php.exe at the command line like this:
    C:\>php index.html
I use "System Monitor" to check unused physical memory. No php code in index.html file, it's only a pure HTML file or a blank file.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-29 13:23 UTC] andi@php.net
The operating system is in charge of cleaning up after PHP once it exits. Maybe what you were seeing is that the OS prefered to use some more free physical memory instead of dumping some buffer cache memory. In any case it doesn't sound like a PHP bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC