From: [EMAIL PROTECTED]
Operating system: Linux, Win32
PHP version: 4.0.6
PHP Bug Type: *Graphics related
Bug description: PHP hangs up while loading incorrect jpg file
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 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]