PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » File_PDF » Bug #10077

Out of memory error

Details

Request #10077Out of memory error
Submitted2007-02-12 21:03 UTC
Fromcesarizurieta at hotmail dot com
Assignedyunosh
StatusClosed
PackageFile_PDF
PHP Version5.2.0
OSLinux
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.