Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57592 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46221 invoked from network); 1 Feb 2012 09:57:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2012 09:57:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; 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: lior.k@zend.com X-Host-Fingerprint: 212.199.177.89 il-mr1.zend.com Received: from [212.199.177.89] ([212.199.177.89:57462] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/D2-23487-37C092F4 for ; Wed, 01 Feb 2012 04:57:08 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.22]) by il-mr1.zend.com (Postfix) with ESMTP id 9B79F60799; Wed, 1 Feb 2012 11:55:32 +0200 (IST) Received: from [10.1.3.57] (10.1.3.57) by il-ex2.zend.net (10.1.1.22) with Microsoft SMTP Server id 14.1.255.0; Wed, 1 Feb 2012 11:56:22 +0200 To: Michael Wallner CC: In-Reply-To: References: <201201311004.34852.yoram.b@zend.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 1 Feb 2012 11:57:08 +0200 Message-ID: <1328090228.27965.18.camel@pc-liork> MIME-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.1.3.57] Subject: Re: [PHP-DEV] Re: One more critical problem in 5.4 From: lior.k@zend.com (Lior Kaplan) On Tue, 2012-01-31 at 03:58 -0500, Michael Wallner wrote: > 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. Hi Mike, According to my testing revision 322931 and 322964 fix the issue on the 5.4 branch. I also tested that display_startup_errors=1 doesn't make apache to crash (as this was the original report). Thanks for the fixes (: Kaplan