ID: 12828 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Configuration Issues Operating System: Linux PHP Version: 4.0.6 New Comment:
This is mentioned in the manual: http://www.php.net/manual/en/configuration.php Not a bug. Previous Comments: ------------------------------------------------------------------------ [2001-08-18 17:10:37] [EMAIL PROTECTED] php_value error_reporting E_ALL does not work in the apache httpd.conf. In fact, no matter what the setting...all errors are not shown and not logged. When I look at phpinfo(), the global error_reporting level is represented by a number...like 2039 (which is E_ALL & ~E_NOTICE) But the local error_reporting just says E_ALL. I'm thiking when set from the conf, php doesn't change E_ALL to the proper bit-value. I just tried: php_value error_reporting 2047 (the value of E_ALL) in the .conf and it works! ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12828&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]