[PHP-DEV] output buffering problem

2002-12-17 Thread electroteque
hi guys i have the latest cvs , my function used to work now it doesnt function progressbar_percentage($i,$files,$newwin,$moviename,$status,$sleep=null){ if (is_array($files)) $per = $i/count($files); else $per = $i/$files; $per = $per*100; $buffer = "\n"; $buffer .= "var movie=".$newwin.".doc

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