ID: 40976 Updated by: [EMAIL PROTECTED] Reported By: com at macx dot de -Status: Open +Status: Bogus Bug Type: GD related Operating System: Linux PHP Version: 5.2.1 -Assigned To: +Assigned To: pajoye New Comment:
"Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 3200 bytes)" You reached the memory limit. I do not know how large are the width and the height but it is not a bug. Increase your memory limit if you work with large images. Not a bug > bogus. Previous Comments: ------------------------------------------------------------------------ [2007-04-02 13:30:58] com at macx dot de Description: ------------ After upgrade to 5.2.1 I get the following error using "imagecreatetruecolor". This error don't appear using "imagecreate". Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 3200 bytes) in [...] on line [...] Line marked: imagefill (see code below) Reproduce code: --------------- $image = imagecreatetruecolor($image_width, $image_height); $bg = imagecolorallocate($image, 51, 51, 51); imagefill($image, 0, 0, $bg); Expected result: ---------------- Filled rectangle. Actual result: -------------- see description ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40976&edit=1