Welcome Guest, Not a member yet? Register   Sign In
Zip library consumes too much memory...
#1

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).
Reply
#2

Well that seems to be rare problem
Reply




Theme © iAndrew 2016 - Forum software by © MyBB