Lester Caine wrote: > Yes it is only a number, but a lot more problematic changes WERE pushed > through across those three versions which would have been much safer > handled by removing e_strict from PHP5.4 rather than trying to live with > both versions of PHP.
I don't see a problem with regard to E_STRICT. If your code is not yet strict compliant, simply turn it off for error_reporting: error_reporting = E_ALL & ~E_STRICT -- Christoph M. Becker -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php