ID: 29102 Updated by: [EMAIL PROTECTED] Reported By: damien dot racca at free dot fr -Status: Open +Status: Feedback -Bug Type: Reproducible crash +Bug Type: GD related Operating System: XP PHP Version: 4.3.6 New Comment:
Please put the image online somewhere for us to be able to download and test ourselves. Previous Comments: ------------------------------------------------------------------------ [2004-07-12 03:34:21] damien dot racca at free dot fr Description: ------------ Fixed bug #21518 (imagecreatefromstring() crashed with invalid image files). (Ilia) That seemed to be solved in earlier version that my 4.3.4 but I have still the problem. I can't update because of a free provider (free.fr) but in new versions, this bug has not be solved. Some JPEG files (I don't know why sme can't be used !) stop the script execution. Very ennoying because I wanted to use this finction to make thumbnails from images stored in a mysql table. Reproduce code: --------------- $a=createimagefromstring($myrow[0]) with $myrow[0] being a JPEG image stored in a mysql table (this JPEG can be displayed if createimagefromstring is not used !). Expected result: ---------------- The scipt has to continue, not stopping ! Actual result: -------------- Script stop when createimagefromstring is used. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29102&edit=1
