Re: [PHP-DEV] silent startup errors msg about deprecated (or other) warnings

2009-08-31 Thread Jani Taskinen
On 08/31/2009 12:06 AM, Pierre Joye wrote: Hi, While trying to fix some tests, I found that display_startup_errors is ignored by some startup errors like deprecated ini settings. Using: php -d display_startup_errors=0 -d safe_mode=1 foo.php See also bug #49362

Re: [PHP-DEV] silent startup errors msg about deprecated (or other) warnings

2009-08-31 Thread Pierre Joye
hi So there is even a bug report about it. I will then commit the fix before the next RC (tomorrow morning) If no oppositions are raised today. Cheers, On Mon, Aug 31, 2009 at 1:17 PM, Jani Taskinenjani.taski...@iki.fi wrote: On 08/31/2009 12:06 AM, Pierre Joye wrote: Hi, While trying to

Re: [PHP-DEV] silent startup errors msg about deprecated (or other) warnings

2009-08-31 Thread jvlad
Jani Taskinen jani.taski...@iki.fi wrote in message news:4a9bb132.6080...@iki.fi... On 08/31/2009 12:06 AM, Pierre Joye wrote: Hi, While trying to fix some tests, I found that display_startup_errors is ignored by some startup errors like deprecated ini settings. Using: php -d

[PHP-DEV] silent startup errors msg about deprecated (or other) warnings

2009-08-30 Thread Pierre Joye
Hi, While trying to fix some tests, I found that display_startup_errors is ignored by some startup errors like deprecated ini settings. Using: php -d display_startup_errors=0 -d safe_mode=1 foo.php a deprecated warning will be reaised. I think it is not the expected behavior and consider that