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

2005-12-09 Thread Michael Wallner
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

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

2005-12-07 Thread Ilya M. Slepnev
December 07, 2005 1:08 AM >> To: internals@lists.php.net >> Cc: [EMAIL PROTECTED] >> Subject: [PHP-DEV] [PATCH] bug #34429 - Output buffering >> cannot be turned off with FastCGI >> >> >> Hi, >> >> Now, flush() works in fastcgi... >> It seems, tha

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

2005-12-07 Thread Dmitry Stogov
D] > Subject: [PHP-DEV] [PATCH] bug #34429 - Output buffering > cannot be turned off with FastCGI > > > Hi, > > Now, flush() works in fastcgi... > It seems, that the developers forgot about lazy > compilation!-) What do you think about that? > > Best rgds, I

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

2005-12-07 Thread Antony Dovgal
On 07.12.2005 01:08, Ilya M. Slepnev wrote: Hi, Now, flush() works in fastcgi... It seems, that the developers forgot about lazy compilation!-) What the heck is that? What do you think about that? I think you need to explain what are you trying to fix and why. -- Wbr, Antony Dovgal --

[PHP-DEV] [PATCH] bug #34429 - Output buffering cannot be turned off with FastCGI

2005-12-07 Thread Ilya M. Slepnev
Hi, Now, flush() works in fastcgi... It seems, that the developers forgot about lazy compilation!-) What do you think about that? Best rgds, Ilya ? khext.patch Index: sapi/cgi/cgi_main.c === RCS file: /repository/php-src/sapi/cgi/cgi

[PHP-DEV] [PATCH] bug #34429 - Output buffering cannot be turned off with FastCGI

2005-12-07 Thread Ilya M. Slepnev
Hi, Now, flush() works in fastcgi... It seems, that the developers forgot about lazy compilation!-) What do you think about that? Best rgds, Ilya ? khext.patch Index: sapi/cgi/cgi_main.c === RCS file: /repository/php-src/sapi/cgi/cgi