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: signature.asc
Description: OpenPGP digital signature

Reply via email to