Hello,

Small typo (not too important, but misleading) in php.ini-recommended.

;   - Show all errors, including coding standards warnings
;
error_reporting  =  E_ALL

shouldn't that be "all errors, except coding standards warnings"? also, in that case, there needs to be an error_reporting = E_ALL & E_STRICT example.

This is in the Windows build, haven't verified on the others, but I assume them all to be the same since they're the same version.

I believe this was caused when the default level changed.

Thought it more appropriate to post here rather than as a bug since it's a Beta issue, appologies if this is the wrong place.

Nicholas Telford

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

Reply via email to