Hi
what is your main script ?
which one do you mean ? ( zlib.output_compression , zlib.output_handler , zlib.output_compression_level ) ?
{
I 've to sacrifice my rapidleech download bar. I hope developement team will fix this soon.
}
I guest I did not have this problem with older version (v.32 and before that ) of rapidleech , what is your idea ?
Once you set the compression level, the output compression will be "on" automatically.So set them all OFF.
i don't think it's pecl, i think it's zlib output compression. you can try using a htaccess or a custom php.ini (depending on your setup) to override zlib, set to off. google for how to do it, and let us know if it works or not for you.
This should help:
CODE
http://www.php.net/manual/en/ini.list.php
Nope.It wont work.I've tested this way before..When I set zlib = OFF ,output buffering = OFF (by ini_set() function)on my rapidleech but set it ON in my php.ini, the bar won't work.
But when I set the zlib = OFF and output buffering = OFF in php.ini this bar work well.
And I can't let zlib= OFF ,outputbuffering = OFF globally in my server and you all better don't unless you've installed mod_deflate in your server.
Edited by penum, 01 February 2009 - 01:21 PM.