ZF-1812: Fail gracefully if image jpeg support is not present.
Description
The Zend_Pdf component correctly throws an exception if JPEG support is not enabled in the image extension.
However, the demo script, /demos/Zend/Pdf/demo.php, should catch this exception at the appropriate place and fail with a gentle error message instead of a fatal error if the exception is thrown.
Comments
Posted by Wil Sinclair (wil) on 2008-03-31T16:12:00.000+0000
Please evaluate and categorize as necessary.
Posted by Wil Sinclair (wil) on 2008-04-18T13:12:03.000+0000
This doesn't appear to have been fixed in 1.5.0. Please update if this is not correct.
Posted by Alexander Veremyev (alexander) on 2008-07-26T05:01:04.000+0000
Is actually already fixed.
See corresponding commits at FishEye tab.
Posted by Wil Sinclair (wil) on 2008-09-02T10:38:59.000+0000
Updating for the 1.6.0 release.