|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-12-26 00:49 UTC] xfreelancer at yahoo dot com
[2007-12-26 00:52 UTC] xfreelancer at yahoo dot com
[2007-12-26 00:53 UTC] xfreelancer at yahoo dot com
[2007-12-26 00:53 UTC] xfreelancer at yahoo dot com
[2007-12-26 11:16 UTC] pajoye@php.net
[2007-12-26 11:18 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 01:00:01 2025 UTC |
Description: ------------ Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 26320 bytes) in /home/test.php on line 4 Reproduce code: --------------- $ims=imagecreatefromjpeg("90-9bb2.jpg"); Expected result: ---------------- $ims should contain the jpg photo. Actual result: -------------- Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 26320 bytes) in /home/test.php on line 4