Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57589 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24992 invoked from network); 31 Jan 2012 09:16:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2012 09:16:50 -0000 Authentication-Results: pb1.pair.com header.from=yoram.b@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yoram.b@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.199.177.89 as permitted sender) X-PHP-List-Original-Sender: yoram.b@zend.com X-Host-Fingerprint: 212.199.177.89 il-mr1.zend.com Received: from [212.199.177.89] ([212.199.177.89:41210] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/31-17706-181B72F4 for ; Tue, 31 Jan 2012 04:16:50 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.22]) by il-mr1.zend.com (Postfix) with ESMTP id 1E306607F7; Tue, 31 Jan 2012 11:15:15 +0200 (IST) Received: from mandor.localnet (10.1.3.58) by il-ex2.zend.net (10.1.1.22) with Microsoft SMTP Server (TLS) id 14.1.255.0; Tue, 31 Jan 2012 11:16:06 +0200 To: PHP Internals , , Dmitry Stogov , Stas Malyshev Date: Tue, 31 Jan 2012 11:16:40 +0200 User-Agent: KMail/1.13.7 (Linux/2.6.37; KDE/4.7.2; i686; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <201201311116.41067.yoram.b@zend.com> X-Originating-IP: [10.1.3.58] Subject: Re: One more critical problem in 5.4 From: yoram.b@zend.com (yoram bar haim) The patch to trunk does solve the FastCGI headers problem. tested with PHP fastcgi on top of lighttpd. > On Tue, 31 Jan 2012 10:04:34 +0200, yoram bar haim wrote: > >> Sorry, problem is not solved yet. > > I committed a possible fix to trunk. It's pretty much along > the patch from you, I just hat to fix crashes in the cli server > and need to do some more testing before merging into PHP_5_4. > > Thank you for your reports! > Mike