Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45919 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37707 invoked from network); 31 Oct 2009 09:48:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2009 09:48:24 -0000 Authentication-Results: pb1.pair.com header.from=yoarvi@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=yoarvi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.178 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: yoarvi@gmail.com X-Host-Fingerprint: 209.85.216.178 mail-px0-f178.google.com Received: from [209.85.216.178] ([209.85.216.178:62258] helo=mail-px0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/B0-31695-7E70CEA4 for ; Sat, 31 Oct 2009 04:48:24 -0500 Received: by pxi8 with SMTP id 8so2464165pxi.27 for ; Sat, 31 Oct 2009 02:48:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Ub7aDC+vbh0VwsHeDioRKkOzIBZfnxvtxBeIwnPaIqo=; b=jqlxepU1q5GAo4GWBPZtjlMPrjUP+aofgjSseZQzKe0qD9JEYGpHj8ct64qNjX1HBQ lI8sG6Oo9ApOOKdvOjAiEQKa7DGn7jkMy1I8Fesp17aVi2lt2DuxDeoe1qecBNJDStjE 4gFcxiuX2AX1vb4LyUddJF/+rRbycpxxfbPCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=URRQVqWu6tIy1CRh1L0S0RexNBTQhXyXK7FwKDSq0c/5f9980YZ+8FZFhrXUTRwSgQ Ccss1m+VisBfwz/ve+unjGN2rUmnP2tXtmzPkpqQo1HtSdkgIVbzCNbP0zM/6cmCeWY0 GO84wwcVOl9lNBxLrmLvrxUnCy8T0sl8J/Wz4= MIME-Version: 1.0 Received: by 10.142.209.20 with SMTP id h20mr259727wfg.167.1256982501170; Sat, 31 Oct 2009 02:48:21 -0700 (PDT) In-Reply-To: References: Date: Sat, 31 Oct 2009 15:18:21 +0530 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [PATCH] - Check configured error level before reporting E_NOTICE messages From: yoarvi@gmail.com (Arvind Srinivasan) > This is a bad idea, because the error handler does other things as well. If the error reporting level indicates that the user is not interested in E_FOO, why would there be an expectation that zend_error be invoked for E_FOO messages? Arvi