ID: 13910
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: *Graphics related
Operating System: Linux, Win32
PHP Version: 4.0.6
New Comment:

A broken Image (manualy broken but very "good") can be found at 
http://www.universalware.de/x.jpg

With this picture php hangs up permanent.

regards
Andreas Mueller

Previous Comments:
------------------------------------------------------------------------

[2001-11-02 16:00:55] [EMAIL PROTECTED]

Post a like to that broken picture please

Derick

------------------------------------------------------------------------

[2001-11-02 15:59:23] [EMAIL PROTECTED]

If I load an incorrect jpe File with ImageCreateFromJPEG that PHP often hags up. 
Sometimes until I kill it or it's terminating after timeout.

Simply try this witch a defect jpg-file:
for ($i=0;$i<20;$i++) { if ($img=@ImageCreateFromJPEG("x.jpg")) { ImageDestroy($img); 
} }

For nessesary furtur information please contact me.

regards
Andreas Mueller

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13910&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to