ID: 25871 Updated by: [EMAIL PROTECTED] Reported By: bb at ii dot nl -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: RedHat Linux PHP Version: 4.3.3 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php PHP crashes (probably just exists) due to reaching the memory limit and being unable to allocate additional memory. Previous Comments: ------------------------------------------------------------------------ [2003-10-14 15:29:27] bb at ii dot nl OS is RedHat, not Debian ------------------------------------------------------------------------ [2003-10-14 15:27:54] bb at ii dot nl Description: ------------ ImageCreateTrueColor crashes PHP if I allocate an image over ~4000000 pixels in size. I use PHP 4.3.3 with GD version: bundled (2.0.15 compatible) Memory_limit is set to 26214400 Reproduce code: --------------- $im = imagecreatetruecolor(1500,4000); Actual result: -------------- PHP crashes ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25871&edit=1
