Welcome,
Does someone have any resources about creating large zip files (one file, not folder) in PHP ?
- Without using shell access to "zip" application.
- low memory usage (i can't use gzcompress) because file is to large to do this in RAM.
I have unzip function work perfect on low memory system
Here is unzip,.
http://paste-it.net/public/wdb61dc/
Regards