Marian Kostadinov wrote:
There is an issue about error_reporting setting in php.ini. I took my php
5.1 php.ini file and used it for 5.2. Strangely it seemed that E_STRICT
suddenly turned on.
Is this an intended change or a bug?

AFAIK it was intended to change E_ALL to include E_STRICT in 5.2+

So you might like to change error reporting to something like E_ALL & ~E_STRICT in order to restore the old behavior.

-- Bastian

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

Reply via email to