|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-07-14 09:43 UTC] derick@php.net
[2004-07-29 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 23:00:01 2025 UTC |
Description: ------------ when i use the function imagecreateformjpeg() with some files its finish without error or return code, just finish the php ejecution. Reproduce code: --------------- $sarasa = imagecreatefromjpeg($im) or die("error"); Expected result: ---------------- i expect that it works.. . :)