Hi,

I had (and still have) the same problems with apache 1.3.22 running on
windows XP and php 4.1.1 as bug #14865
and came out with some hints (hopefully)

1. IE starts progressively reloading the page. The page contains just <?php
phpinfo() ?>
Turning HTTP1.1 Off makes the problem disappear
2. in the middle of the page (near the [Apache] section mostly)  comes
garbage data
setting output_buffering = Off, zlib.output_compression = Off  and
output_handler to  whatever but not an empty string (in php.ini) solves the
garbage and
page reloading, so the page loads properly over HTTP1.1
using ob_gzhandler also works

Hope this helps







-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to