Re: consider reverting E_ALL with E_STRICT

From: Date: Tue, 06 Mar 2012 16:13:59 +0000
Subject: Re: consider reverting E_ALL with E_STRICT
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message


Am 06.03.2012 17:08, schrieb Alan Knowles:
> However with E_STRICT included we have to run around and find all the code, and 
> change it to stuff like this: error_reporting(E_ALL & E_STRICT ? E_ALL ^ E_STRICT : E_ALL);
> 
> Could we please revert that, and if people want an all encompasing error mode, call it 
> E_ANAL, like it was supposed to be...

since 8 years on all production servers:
error_reporting = 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



Attachment: [application/pgp-signature] OpenPGP digital signature signature.asc

Thread (14 messages)

« previous php.internals (#58667) next »