"Jani Taskinen" 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 display_startup_e
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 Taskinen wrote:
> On 08/31/2009 12:06 AM, Pierre Joye wrote:
>>
>> Hi,
>>
>> While trying to fix some te
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 (http://bugs.php.net/bug.php?id
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 a