Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44298 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81434 invoked from network); 16 Jun 2009 08:21:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2009 08:21:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:53700] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/5B-18251-D06573A4 for ; Tue, 16 Jun 2009 04:21:34 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 15B324144059; Tue, 16 Jun 2009 08:24:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Eu5T-RBBhyuZ; Tue, 16 Jun 2009 10:24:12 +0200 (CEST) Received: from [192.168.80.162] (unknown [195.226.16.50]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 05E544144057; Tue, 16 Jun 2009 10:24:11 +0200 (CEST) Cc: Stanislav Malyshev , "'PHP Internals'" Message-ID: To: Derick Rethans In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 16 Jun 2009 10:21:29 +0200 References: <4A31462B.1070302@zend.com> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] Re: bug #48247 again From: mls@pooteeweet.org (Lukas Kahwe Smith) On 16.06.2009, at 10:07, Derick Rethans wrote: > On Thu, 11 Jun 2009, Stanislav Malyshev wrote: > >> Bug #48247 appears to be not entirely fixed still, it still >> produces a torrent >> of warnings in certain configs (namely, take php.ini-production and >> edit it to >> enable error_log, don't touch anything else - I get 400K worth of >> warnings). >> Attached patch should fix it. Please tell if there's some objection >> to it, >> otherwise I'll commit it tomorrow. > > The attached patch does fix one of the symtomps of the issue, but not > the real problem. The real problem here is that from an error handler, > another error is thrown. Instead of fixing this as a hack in any > extension that has influence on formatting of error messages or error > handling (through overriding the callback), a fix should be done in > the > error handling mechanism in order to prevent an error message > generating > another error message. So lets delay fixing this issue until 5.3.1? Of course it can be fixed in HEAD right now :) regards, Lukas Kahwe Smith mls@pooteeweet.org