Re: [PHP-DEV] Output Buffering problem w/ PHP-4.0.5RC2

2001-03-29 Thread Anil Madhavapeddy
> > I'll upgrade to RC4 in a bit and check if that makes a difference (not seen > the ChangeLogs between them yet) > (Platform is OpenBSD-2.8-stable). There is nothing in the Apache error log. > The problem is still there in RC4 also. Anil -- PHP Development Mailing List

[PHP-DEV] Output Buffering problem w/ PHP-4.0.5RC2

2001-03-29 Thread Anil Madhavapeddy
Making HEAD requests to a page which has had output buffering activated just results in the connection being closed with no response. This makes it pretty unusable. Can anyone else reproduce this problem? Two scripts: nobuffer.php: buffer.php: nobuffer.php responds to the GET/HEAD requests