ID: 13910 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: GD related Operating System: Linux, Win32 PHP Version: 4.0.6 New Comment:
No feedback. Closing. Previous Comments: ------------------------------------------------------------------------ [2001-12-03 02:34:17] [EMAIL PROTECTED] I can not reproduce this with either php-4.1.0RC4 or php-4.2.0dev, can you try the RC4 from http://www.php.net/~zeev/php-4.1.0RC4.tar.gz and report back? Derick ------------------------------------------------------------------------ [2001-11-02 16:09:58] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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]