From: [EMAIL PROTECTED] Operating system: Linux 2.4 PHP version: 4.0.6 PHP Bug Type: PDF related Bug description: pdf_place_image dies when image file is not accessible The following code causes a script to silently die on the call to pdf_place_image when the file in pdf_open_image_file is not accessible (exists but file permissions deny access). $image=pdf_open_image_file($pdf,"png","/usr/local/apache/htdocs/images/timesheet.png"); pdf_place_image($pdf, $image, 1, 1,.48); -- Edit bug report at: http://bugs.php.net/?id=13258&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]