Home » File Formats » File_PDF » Bug #10077
Out of memory error
Details
| 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 |
| PHP Version | 5.2.0 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2007-02-12 21:03 UTC] cesarizurieta at hotmail dot com
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.