That's also fixed.
You shouldn't care about image object scope now. All image resources are
cleaned up when a) image object goes out of scope _and_ b) all Zend_Pdf
objects which use that image goes out of scope.
With best regards,
Alexander Veremyev.
Alexander Veremyev wrote:
Hi John,
I
Hi John,
I am already working on this problem. It came with new Zend_Pdf
resources clean-up mechanism.
It's also clear where the problem is.
Temporary workaround is to keep images "in memory" up to the PDF
generation time.
Please take a look at http://framework.zend.com/issues/browse/ZF-15
Hey guys...
I really would love to be able to provide a patch for this and/or report
a bug with a reproducible test case but I simply don't have time to
track it down at the moment. But The resource management fix in commit
5376 broke my PDF Generation.. I can't provide the code because its not