Re: [PHP-DEV] PHP5.1b2 Typo in php.ini-recommended

2005-07-01 Thread Edin Kadribasic
Fixed in the CVS, good catch, thanks! Edin On Jul 2, 2005, at 1:31, Nicholas Telford wrote: 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, exc

[PHP-DEV] PHP5.1b2 Typo in php.ini-recommended

2005-07-01 Thread Nicholas Telford
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_AL