Re: display_errors stdout not working in a .htaccess file [message #170603 is a reply to message #170581] |
Tue, 09 November 2010 19:53 |
Thomas Mlynarczyk
Messages: 131 Registered: September 2010
Karma:
|
Senior Member |
|
|
Jerry Stuckle schrieb:
> But your problem is that php_flag is just that - a flag, on or off. What
> you need is php_value for error_reporting.
Indeed. But I wonder what PHP will do if a "value" directive is set
using php_flag? The OP wrote that the local value was 0 and the master
30711 (which excludes notices, btw. and would therefore not have shown
any error in my example script). Could it be that
php_flag error_reporting <non-flag-or-invalid-value>
will have the same effect as
php_value error_reporting 0
instead of raising an error and/or keeping the master value?
Greetings,
Thomas
--
Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!
(Coluche)
|
|
|