[PHP-DEV] php_value error_reporting

2001-01-12 Thread Cynic
A quick one: is PHP supposed to recognize named constants in php_value error_reporting, or is it a bug? php_value error_reporting E_ALL and php_value error_reporting "E_ALL" disable displaying errors including parse errors on both Linux (RH6.2, Apache 1.3.12, PHP 4.0.4) and NT 5 (1.3.15-dev,

Re: [PHP-DEV] php_value error_reporting

2001-01-12 Thread Zeev Suraski
At 19:32 12/1/2001, Cynic wrote: A quick one: is PHP supposed to recognize named constants in php_value error_reporting, or is it a bug? No, it's a feature of the php.ini parser - it's not supported by the Apache module php_value directives... If it's supposed to take only integer values, why

Re: [PHP-DEV] php_value error_reporting

2001-01-12 Thread Cynic
At 20:15 12.1. 2001, Zeev Suraski wrote the following: -- At 19:32 12/1/2001, Cynic wrote: A quick one: is PHP supposed to recognize named constants in php_value error_reporting, or is it a bug? No, it's a feature of the php.ini parser