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
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