RE: [PHP-DEV] [PATCH] bug #34429 - Output buffering cannot be turnedoff with FastCGI

2005-12-09 Thread Dmitry Stogov
So the problem in mod_fcgi or Apache configuration.
I made tests with ZendEnabler and it works (It is available as part of
ZendCore).

Thanks. Dmitry.

 -Original Message-
 From: Michael Wallner [mailto:[EMAIL PROTECTED] 
 Sent: Friday, December 09, 2005 1:10 PM
 To: internals@lists.php.net
 Subject: Re: [PHP-DEV] [PATCH] bug #34429 - Output buffering 
 cannot be turnedoff with FastCGI
 
 
 Hi Ilya M. Slepnev, you wrote:
  Hi Dmitry,
  
  What about adding if (request)  at the beginning of the 
  flush_result = FCGX_FFlush(request-out); string? You 
 see, you have 
  to do that call, because else you are not flushing at all 
 in fastcgi 
  mode at all!-)
 
 Yes, it now makes fcgi flush it's data down the socket [1],
 but apaches filter brigade still keeps buffering for me (I'm 
 using Apache2 with mod-fcgid), even if I set OutputBufferSize 
 to 0.  I'll have another look at it, when I've got some time.
 
 
 [1] http://dev.iworks.at/PATCHES/bug_34429_fcgi_flush.diff.txt
 
 
 Regards,
 -- 
 Michael - mike(@)php.net 
 http://dev.iworks.at/ext-http/http-functions.html.gz
 
 -- 
 PHP Internals - PHP Runtime Development Mailing List
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] [PATCH] bug #34429 - Output buffering cannot be turnedoff with FastCGI

2005-12-09 Thread Michael Wallner
Hi Dmitry Stogov, you wrote:

 So the problem in mod_fcgi or Apache configuration.
 I made tests with ZendEnabler and it works (It is available as part of
 ZendCore).
 

Hi Dmitry,

in my case it was mod_deflate buffering the data, disabling it
worked here well too. Commit then? :)

Thanks,
-- 
Michael - mike(@)php.net http://dev.iworks.at/ext-http/http-functions.html.gz

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php