[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

2002-10-06 Thread Zeev Suraski
I requested that Yasuo reverts his patches, repeatedly, but as he hasn't, I was forced to do it manually myself. If I screwed up while reverting the patches myself, I apologize. I'll take a look. Zeev At 08:30 07/10/2002, Derick Rethans wrote: >On Sun, 6 Oct 2002, Rasmus Lerdorf wrote: > > >

Re: [PHP-DEV] output buffering

2002-10-06 Thread Derick Rethans
On Sun, 6 Oct 2002, Rasmus Lerdorf wrote: > I thought those changes were reverted? Not all as it seems... Christian Stocker also reported some problems IIRC. Derick > > On Mon, 7 Oct 2002, Sascha Schumann wrote: > > > Hi, > > > > the recent changes in the output buf layer are causin

Re: [PHP-DEV] output buffering

2002-10-06 Thread Rasmus Lerdorf
I thought those changes were reverted? On Mon, 7 Oct 2002, Sascha Schumann wrote: > Hi, > > the recent changes in the output buf layer are causing PHP to > buffer data too aggressively. > > The test case outputs two lines of HTML a few times and > expects these lines to be im

[PHP-DEV] output buffering

2002-10-06 Thread Sascha Schumann
Hi, the recent changes in the output buf layer are causing PHP to buffer data too aggressively. The test case outputs two lines of HTML a few times and expects these lines to be immediately forwarded to the url scanner. Regardless of the output_buffering/implicit_flush

[PHP-DEV] Output Buffering and error messages?

2002-07-04 Thread Kristian Koehntopp
How does PHP handle error messages when some ob_handler is engaged? Are they caught as well? If so, why? Kristian -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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