On Mon, 19 Apr 2004, Kenneth Schwartz wrote:

> php.ini-dist in HEAD has the following value:
>
> error_reporting  =  E_ALL & ~E_NOTICE & ~E_STRICT
>
> It's odd that E_STRICT is explicitly excluded as E_ALL does not include
> it.  Is there a purpose to it?  Perhaps it's something I don't know
> about ;)

Needs fixing, the & ~E_STRICT part should go out.

Derick

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

Reply via email to