2012.02.02 19:42 Reindl Harald rašė:
> security is THE benefit for ALL users, especially in days where many
> are running crap-code like Joomla/Wordpress with all sorts of plugins
> throwing millions of warning if you run with E_ALL and E_STRCIT

E_STRICT throws notices on properly written code. It contains coding
recommendations that are not compatible with older PHP and code has to
choose between losing backwards compatibility or suppressing those
notices. In some PHP versions suppressing of E_STRICT will also suppress
fatal errors caused by buggy interpreter.

Latest PHP with deprecation notices in E_ALL also throws lots of shit
which does not apply to version you are running.

-- 
Tomas



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to