Re: display_errors stdout not working in a .htaccess file [message #170605 is a reply to message #170602] |
Tue, 09 November 2010 20:09 |
Thomas Mlynarczyk
Messages: 131 Registered: September 2010
Karma:
|
Senior Member |
|
|
Michael Fesser schrieb:
>> [error_reporting]
> -1 should do to include all.
Correct. But personally I prefer the more explicit E_ALL | E_STRICT.
And, strictly speaking, one should not rely upon the state of the
undocumented remaining bits which are currently not used, so it might be
preferable to mask them out.
Also, I find it a bit confusing/unintuitive that E_STRICT is not
included with E_ALL.
Greetings,
Thomas
--
Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!
(Coluche)
|
|
|