CodeIniter
Zip library consumes too much memory. Im getting php fatal error: "Allowed memory size of x bytes exhausted".
That is becouse Zip library gets data with
file_get_contents() (read_file() method) and with big files thats an issue. Zip library should be rewritten to use streamed reading/zipping of file.
p.s. i have moved this thread to this forum (deleted other duplicated thread).