Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68443 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21491 invoked from network); 8 Aug 2013 15:11:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2013 15:11:39 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.169 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.223.169 mail-ie0-f169.google.com Received: from [209.85.223.169] ([209.85.223.169:34778] helo=mail-ie0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/95-06453-B25B3025 for ; Thu, 08 Aug 2013 11:11:39 -0400 Received: by mail-ie0-f169.google.com with SMTP id qd12so2094245ieb.28 for ; Thu, 08 Aug 2013 08:11:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=jV24u28g6FfEa0OjFBOebNuvK0JahXLXTcRGuSUIfWM=; b=kZJVhF3YaA3vILsO7Mp/vXYzZDgmQm2WiAd9CA7CFzHTEf8gupDbINCmByWfG4pcka YWx8iYNsaDVrRoBTWnlpLSekbH6HuwvmdQVGJVnQmKtmUg+fN2XRtgWEXH20q/3dH8CE XRu98NlO4eU+XbH10sqERB1gjJzvMK+vEw1sgNj26BI+CyT66DcoYCdW3lspMGKDAH9a GYJNNzSshKSPKxBxuZfq3+NuSlfhDpfUq3aIJ3FmTyjmGFpFZK9FSt3zmEWcul4YM96J pds/bguuuPUzBzBsh+8PyKDcrqOlA3Dw7dY/yejJL9Wt77ZoSkPOdbhSFa5pba8J+wtw yAXQ== MIME-Version: 1.0 X-Received: by 10.50.118.74 with SMTP id kk10mr2530336igb.7.1375974697268; Thu, 08 Aug 2013 08:11:37 -0700 (PDT) Received: by 10.50.27.73 with HTTP; Thu, 8 Aug 2013 08:11:37 -0700 (PDT) Date: Thu, 8 Aug 2013 17:11:37 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=089e011821ea0cfd0104e3711340 Subject: handling non-fatal compile-time errors From: tyra3l@gmail.com (Ferenc Kovacs) --089e011821ea0cfd0104e3711340 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I've just bumped into https://bugs.php.net/bug.php?id=3D65322 recently, and= I would like you get some opinions on the issue. Personally I think that it is a really bad design to introduce pedantic(E_STRICT) errors which can break basic functionality of the engine (calling the registered autoloader), so if there is no viable solution to make the autoloader work for these kind of errors, I would like to propose removing the offending errors and make it a rule to not add compile-time non-fatal errors until the problem is resolved. ps: on a related note, somehow I got the feeling that Lester complaining that E_STRICT errors fataling/crashing the application migrated to PHP 5.4 was related to this problem, and I'm a bit sad that we didn't managed to figure this out back then. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --089e011821ea0cfd0104e3711340--