开发者

Low memory zip function for one file without shell access

开发者 https://www.devze.com 2023-01-22 07:29 出处:网络
Welcome, Does someone have any resources about creating large zip files (one file, not folder) in PHP ?

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 u开发者_如何转开发sage (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


If the deflate algorithm is too memory intensive for you then there isn't really a good way to do what you want. You can try turning down the compression.

Can you give us an idea of how large the file is and how much memory you want to work with?

0

精彩评论

暂无评论...
验证码 换一张
取 消