Given this code: error_reporting(-1); $image = imagecreatefromjpeg($source); // Crashes on a big image I would expect some type of message, but there is none in either the HTML output nor the httpd error_log. How can I get information about crashes? Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php