Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91287 invoked from network); 18 Mar 2012 18:00:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2012 18:00:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:45231] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/BA-41178-AB2266F4 for ; Sun, 18 Mar 2012 13:00:26 -0500 Received: by lahl5 with SMTP id l5so4684675lah.29 for ; Sun, 18 Mar 2012 11:00:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JEQybJi4VGyvZIBlGLi0Ly5aAgVfa2qLW2RlWEnr5TE=; b=a2KTJ52t1k/LdRsSnQOy45o1SFxBvUQpL434dvaFqO6i4uKs5CY8FsnjHW39XwlGhq jqUpp7XWyHhCXRFlEiAcOjjlRoY/mNzfj7VciJHO3CaLHtn8yu4Ew5B88Dkr/E+n5MBO zFmnMqM/i1TYg0g6f5MCZjALOAJR3dMblFkcZS6l8EkpRxwekzlu61C9kzT7hWazPWRe l8ptuM9oQAsSOSHD2Z1OPgHSMYVVyHm+Rd3kSN7/kXK6x3g3lGpRYMGVBxj5LmwTzCFy +lib1lxcYF3UaZrkttfN0lgUZSyLUjOfGzJhul/32l2dGXbYZ1l/2hy3BS+RSglv8VSZ E5VA== MIME-Version: 1.0 Received: by 10.112.47.225 with SMTP id g1mr3578269lbn.52.1332093623345; Sun, 18 Mar 2012 11:00:23 -0700 (PDT) Received: by 10.152.127.68 with HTTP; Sun, 18 Mar 2012 11:00:23 -0700 (PDT) In-Reply-To: <4F662115.1040000@lsces.co.uk> References: <4F65A77F.3010001@lsces.co.uk> <4F65C87A.70703@thelounge.net> <4F6604DC.4040308@lsces.co.uk> <4F662115.1040000@lsces.co.uk> Date: Sun, 18 Mar 2012 19:00:23 +0100 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] PHP5.4 'nannying' From: nikita.ppv@googlemail.com (Nikita Popov) On Sun, Mar 18, 2012 at 6:53 PM, Lester Caine wrote: > [...] SO my original question still applies, but for different > reasons ... is there a crib sheet to help eliminate strict code errors in > legacy code bases? Uhm, I'm not sure whether I am completely stupid and miss something obvious: But what exactly is the problem with just reading the error messages and fixing the errors they report? I mean, you get the reason for the error and the line which causes it, so what is the problem with going to that line and fixing that error? Nikita