From: [EMAIL PROTECTED] Operating system: Linux (Cobalt RaQ3) PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: error_reporting option broken/changed With PHP 4.0.1 this worked fine - warnings for undefined variables were not displayed: error_reporting = E_ALL & ~E_NOTICE With PHP 4.0.6 this does not seem to work anymore - warnings for undefined variables are now displayed - and same result with: error_reporting = E_ALL & ~E_NOTICE I only seem to be able to get rid of the warnings for undefined variables by not displaying errors at all: display_errors = Off -- Edit Bug report at: http://bugs.php.net/?id=11891&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]