Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.3.3

Request #10077 Out of memory error
Submitted: 2007-02-12 21:03 UTC
From: cesarizurieta at hotmail dot com Assigned: yunosh
Status: Closed Package: File_PDF (version 0.2.0)
PHP Version: 5.2.0 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2007-02-12 21:03 UTC] cesarizurieta at hotmail dot com (Cesar Izurieta)
Description: ------------ Out of memory error when creating very big pdf files. This is caused because a string buffer is beign used to hold the pdf. A flush method should be implemented to let the data be flushed to the client so memory is freed.

Comments

 [2007-06-29 10:20 UTC] yunosh (Jan Schneider)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. A flush() method has been added that can be used in combination with a final getOutput() call.