Does anybody know how to manage with problem with MSIE showing blank page when compression is on? I've zlib.output_compression set On and I've found that all my pages not longer than 4096 bytes don't show in MSIE. They appear only after refresh.
So, if page size <=4096 - blank page, else - works fine. I've found it by adding space character to the end of my script until it started to work.
I thought - 4KB is size of the buffer for ZLIB, so I tried to change that to smaller value, but without any result.
I believe it's MSIE bug but since most of people (not computer maniacs ;) use MSIE I need the way to solve that.
MSIE 6.0 (with all bugfixes), afaik older versions suffer the same bug
PHP Version 4.3.2-RC2, PHP Version 4.3.1 (windows and linux versions)
----
Manual Page -- http://www.php.net/manual/en/function.ob-gzhandler.php
Edit Note -- http://master.php.net/manage/user-notes.php?action=edit+33551
Delete Note -- http://master.php.net/manage/user-notes.php?action=delete+33551&report=yes
Reject Note -- http://master.php.net/manage/user-notes.php?action=reject+33551&report=yes