Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24356 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65318 invoked by uid 1010); 12 Jul 2006 19:20:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65301 invoked from network); 12 Jul 2006 19:20:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2006 19:20:21 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.199 nz-out-0102.google.com Linux 2.4/2.6 Received: from ([64.233.162.199:32319] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id A5/B4-63905-47B45B44 for ; Wed, 12 Jul 2006 15:20:20 -0400 Received: by nz-out-0102.google.com with SMTP id i1so153578nzh for ; Wed, 12 Jul 2006 12:20:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:x-mailer:sender; b=llkb6GfqxiPA0tB05UNsVgkbs6rfA6WIhboEfZ0CvC5soShma5OibFnXhplsZVYy9G95t85Tt7zDIJh/QsQ4aZWneIh0FLfUBztpe2d6ii5u+vxNWdvSbYlG4FGx0CiCW8sYMoYJzgP70gB31/JtwqAQJ+C5GStdNNtn0LD88sE= Received: by 10.65.243.18 with SMTP id v18mr52707qbr; Wed, 12 Jul 2006 12:20:17 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id f13sm415078qba.2006.07.12.12.20.16; Wed, 12 Jul 2006 12:20:16 -0700 (PDT) In-Reply-To: <0F.C0.46743.0CB15B44@pb1.pair.com> References: <0F.C0.46743.0CB15B44@pb1.pair.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: multipart/alternative; boundary=Apple-Mail-46-478627326 Message-ID: Cc: internals@lists.php.net Date: Wed, 12 Jul 2006 15:20:02 -0400 To: Lukas Smith X-Mailer: Apple Mail (2.752.2) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] E_STRICT From: ilia@prohost.org (Ilia Alshanetsky) --Apple-Mail-46-478627326 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed 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. Ilia Alshanetsky --Apple-Mail-46-478627326--