ID: 46433 Updated by: [EMAIL PROTECTED] Reported By: ak at pre-secure dot de -Status: Open +Status: Feedback Bug Type: GD related Operating System: Linux (OpenSUSE) PHP Version: 5.2.6 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://windows.php.net/snapshots/ I can't reproduce it using 5.2.7CVS. Previous Comments: ------------------------------------------------------------------------ [2008-10-30 16:49:23] crrodriguez at opensuse dot org memory usage is constant for me, are you sure you are using version 5.2.6 ? ------------------------------------------------------------------------ [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
