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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
19 - 7 = ?
Subscribe to this entry?

 
 [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 12:01:29 2024 UTC