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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dean at eagletron dot com
New email:
PHP Version: OS:

 

 [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: Thu May 02 07:01:30 2024 UTC