| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2001-11-02 16:00 UTC] derick@php.net
  [2001-11-02 16:09 UTC] amuelle1 at gmx dot de
  [2001-12-03 02:34 UTC] derick@php.net
  [2001-12-24 10:14 UTC] sander@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 14:00:01 2025 UTC | 
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