PHP5.1b2 Typo in php.ini-recommended

php.internals

Nicholas Telford

21 years ago
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

Edin Kadribasic

21 years ago
Fixed in the CVS, good catch, thanks! Edin On Jul 2, 2005, at 1:31, Nicholas Telford wrote: