hello
this is a little report on what i asked already in my last
tread, her are some more note because i still can not zip
data over 2,5 MB, i can zip 10 files each 2 MB but if one
of it is over ~2,5 MB exit is returned with no error!
notes, sugesstion:
new setting:
define('PCLZIP_COMPRESS_LEVEL', 0); // 0 - 9, 0=none
9=MAX
new call
~LINE 2371: $v_content_compressed = gzdeflate
($v_content, PCLZIP_COMPRESS_LEVEL);
message found on php.net:
if you have compressed data which is greater than 2 MB
(system dependent), you will receive a buffer error by
calling the function gzinflate().
be sure to to compress your data by a lower
compression level, like 1.
i.e.: gzdeflate($sData, 1);
this is still not the the resulution but i think it is the right
direction to find a solution!
if someone can help i would b happy!
flobee