Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21083 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89805 invoked by uid 1010); 7 Dec 2005 17:06:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89788 invoked from network); 7 Dec 2005 17:06:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2005 17:06:45 -0000 X-Host-Fingerprint: 84.204.52.251 promo.hnet.spb.ru OpenBSD 3.0-3.4 Received: from ([84.204.52.251:34718] helo=promo.hnet.spb.ru) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B4/D4-14828-4A617934 for ; Wed, 07 Dec 2005 12:06:45 -0500 Received: from thinkpad (unknown [10.1.0.118]) by promo.hnet.spb.ru (Postfix) with ESMTP id DB37F1BACDE; Wed, 7 Dec 2005 20:03:10 +0300 (MSK) To: "'Ilya M. Slepnev'" , Cc: Date: Wed, 7 Dec 2005 20:05:07 +0300 Message-ID: <000601c5fb50$64883250$e902a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: RE: [PHP-DEV] [PATCH] bug #34429 - Output buffering cannot be turned off with FastCGI From: dmitry@zend.com ("Dmitry Stogov") References: Hi Ilya, Your patch is wring. It may try access request->out then request is NULL. Thanks. Dmitry. > -----Original Message----- > From: Ilya M. Slepnev [mailto:ilya@cs.msu.su] > Sent: Wednesday, December 07, 2005 1:08 AM > To: internals@lists.php.net > Cc: snipper@php.net > 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, Ilya >