ID: 46433
Comment by: crrodriguez at opensuse dot org
Reported By: ak at pre-secure dot de
Status: Open
Bug Type: GD related
Operating System: Linux (OpenSUSE)
PHP Version: 5.2.6
New Comment:
memory usage is constant for me, are you sure you are using version
5.2.6 ?
Previous Comments:
------------------------------------------------------------------------
[2008-10-30 16:42:03] ak at pre-secure dot de
Description:
------------
When trying to create an image from a file and an error occures PHP
will lose some memory.
Reproduce code:
---------------
while(true) {
print "\nMemory: ".memory_get_usage();
imagecreatefrompng("anyimage.png");
}
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=46433&edit=1