Re: [fw-general] Zend_Pdf Rev 5376 Broke my PDF Generation

2007-06-22 Thread Alexander Veremyev
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

Re: [fw-general] Zend_Pdf Rev 5376 Broke my PDF Generation

2007-06-21 Thread Alexander Veremyev
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

[fw-general] Zend_Pdf Rev 5376 Broke my PDF Generation

2007-06-21 Thread John Coggeshall
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