Forum Moderators: coopster
Header debugging is something I do fairly regularly, so I'm fairly sure that I wasn't getting content-length headers with my old setup, which was PHP 4.3.8. One other thing has also changed: this is an Apache 2 setup, while the last was Apache 1; however I'd imagine the php change would be the main ingredient here.
Content-length headers are really not such a big deal. They are necessary for http pipelining, an advanced feature which you only get in advanced browsers like firefox if select it in about:config, and allows your browser to negotiate multiple requests simultaneously with the same server. Or something like that. I'd previously considered adding them manually to this and that, since I was already outputting some headers, but I don't believe I did. At any rate, don't bother any more, this gets done for you automatically now.
[bugs.php.net...]
[bugs.php.net...]