[Tickets #8096] Re: Download big folders as zip

bugs at horde.org bugs at horde.org
Wed Mar 18 14:37:18 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8096
------------------------------------------------------------------------------
  Ticket             | 8096
  Updated By         | valerio at dei.unipd.it
  Summary            | Download big folders as zip
  Queue              | IMP
  Version            | 4.3.3
  Type               | Enhancement
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
  Owners             |
+New Attachment     | folders_Folder.patch
------------------------------------------------------------------------------


valerio at dei.unipd.it (2009-03-18 10:37) wrote:

I agree with your comment ( I search compress library in Horde  
framework before writing the patch).

Until Horde4 with ZipStream is ready  I will be happy using tmp files.

!important!

A collegue notice that old PHP versions have a memory leak in fpassthrough()
that should be replaced with:

        while(!feof($mbfile)) {
                echo fread($mbfile, 4096);
                ob_flush();
        }

Attached patch solves this issue and (maybe) is faster.






More information about the bugs mailing list