Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58667 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27022 invoked from network); 6 Mar 2012 16:14:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2012 16:14:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=h.reindl@thelounge.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=h.reindl@thelounge.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain thelounge.net designates 91.118.73.15 as permitted sender) X-PHP-List-Original-Sender: h.reindl@thelounge.net X-Host-Fingerprint: 91.118.73.15 mail.thelounge.net Received: from [91.118.73.15] ([91.118.73.15:50547] helo=mail.thelounge.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/C5-32184-7C7365F4 for ; Tue, 06 Mar 2012 11:14:00 -0500 Received: from rh.thelounge.net (rh.thelounge.net [10.0.0.99]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.thelounge.net (Postfix) with ESMTPSA id B783BB0 for ; Tue, 6 Mar 2012 17:13:56 +0100 (CET) Message-ID: <4F5637C7.9080602@thelounge.net> Date: Tue, 06 Mar 2012 17:13:59 +0100 Organization: the lounge interactive design User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 MIME-Version: 1.0 To: internals@lists.php.net References: <4F563667.7080006@akbkhome.com> In-Reply-To: <4F563667.7080006@akbkhome.com> X-Enigmail-Version: 1.3.5 OpenPGP: id=7F780279; url=http://arrakis.thelounge.net/gpg/h.reindl_thelounge.net.pub.txt Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig308BD5281E9F54EA35A709C5" Subject: Re: [PHP-DEV] consider reverting E_ALL with E_STRICT From: h.reindl@thelounge.net (Reindl Harald) --------------enig308BD5281E9F54EA35A709C5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Am 06.03.2012 17:08, schrieb Alan Knowles: > However with E_STRICT included we have to run around and find all the c= ode, and=20 > change it to stuff like this: error_reporting(E_ALL & E_STRICT ? E_ALL = ^ E_STRICT : E_ALL); >=20 > Could we please revert that, and if people want an all encompasing erro= r mode, call it=20 > E_ANAL, like it was supposed to be... since 8 years on all production servers: error_reporting =3D E_ALL | E_STRICT the world would be a better place if code not working with this is thrown away because any developer is strongly suggested to use this in development for find small errors often makeing big problems --------------enig308BD5281E9F54EA35A709C5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk9WN8cACgkQhmBjz394AnniYwCfcHSYN+SEHhj9x34AxE41IGAn bzsAniNQPKk/OyVeeZPa4uhSiJtbMV45 =3hrn -----END PGP SIGNATURE----- --------------enig308BD5281E9F54EA35A709C5--