Of course, but parse errors won't, regardless of where it's called.
Matthew Weier O'Phinney wrote:
> -- Tony Harrison <[EMAIL PROTECTED]> wrote
> (on Monday, 30 July 2007, 05:22 PM +0100):
>
>> Setting the display_errors directive using ini_set() is no good for fatal
>> errors. You should change the ini file or set it from an apache config file.
>>
>
> Um, yes, it *will* display fatal errors, so long as it is called *prior*
> to the fatal error occuring.
>
>
>
>> Joó Ádám wrote:
>>
>> It was already there, but I've qouted the value... :$
>> Thank you, Matthew!
>>
>>
>> Ádám
>>
>> On 7/30/07, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:
>>
>>
>> Add this to your bootstrap:
>>
>> error_reporting(E_ALL|E_STRICT);
>> ini_set('display_errors', true);
>>
>
>