Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24370 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21580 invoked by uid 1010); 13 Jul 2006 20:02:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21554 invoked from network); 13 Jul 2006 20:02:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2006 20:02:29 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:57750] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 85/3A-63905-47D96B44 for ; Thu, 13 Jul 2006 15:22:28 -0400 Received: from baumbart.mbo (dslb-084-063-018-229.pools.arcor-ip.net [84.63.18.229]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id E629135C1EE; Thu, 13 Jul 2006 21:22:25 +0200 (CEST) Date: Thu, 13 Jul 2006 21:22:27 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <645755265.20060713212227@marcus-boerger.de> To: Ilia Alshanetsky Cc: Lukas Smith , internals@lists.php.net In-Reply-To: References: <0F.C0.46743.0CB15B44@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] E_STRICT From: helly@php.net (Marcus Boerger) Hello Ilia, Wednesday, July 12, 2006, 9:20:02 PM, you wrote: > Why not just define your own custom error handler and have it filter > out the error messages that you don't want to see... To me this would > seem like a easier approach, i would be against adding a in-language > filter for this. He is not suggesting an in-language filter here. The suggestion is to simply send out the version as a text. If people need filtering they would need to 'grep' the message files. If we would do anything more then we would risk that people filter out to much and not care anymore. Actually anyway to easily fix out anything leads to ignorance. That reminds me on a nice phrase from rollo "Ignorance is bliss". > Ilia Alshanetsky Best regards, Marcus