From: rr at ronrosen dot com
Operating system: i386-redhat-linux
PHP version: 5.1.4
PHP Bug Type: Streams related
Bug description: Memory Leak on large # of files
Description:
------------
When a large # of files are opend, written and closed, memory
is never released. I tested it on windows and linux. Samve
Problem. Strange thing, when the files are deleted on the
linux version, the memory is released.
Reproduce code:
---------------
for($i=0;$i<10000;$i++)
{
$h = fopen('/home/testdir/testfile'.$i.'.html','w');
fwrite($h,'AAAA');
fclose($h);
}
--
Edit bug report at http://bugs.php.net/?id=37845&edit=1
--
Try a CVS snapshot (PHP 4.4):
http://bugs.php.net/fix.php?id=37845&r=trysnapshot44
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=37845&r=trysnapshot52
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=37845&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=37845&r=fixedcvs
Fixed in release:
http://bugs.php.net/fix.php?id=37845&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=37845&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=37845&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=37845&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=37845&r=support
Expected behavior: http://bugs.php.net/fix.php?id=37845&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=37845&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=37845&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=37845&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37845&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=37845&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=37845&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=37845&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=37845&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=37845&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=37845&r=mysqlcfg