I am actually using IIS in this particular installation. But I guess restarting
it would do the job as well?
> Date: Mon, 10 Mar 2008 10:25:14 -0500
> From: [EMAIL PROTECTED]
> To: talk@lists.nyphp.org
> Subject: Re: [nyphp-talk] displaying error messages from PHP 5.2.4
>
>
le to
see the errors displayed properly now.
> Subject: Re: [nyphp-talk] displaying error messages from PHP 5.2.4
> To: talk@lists.nyphp.org
> From: [EMAIL PROTECTED]
> Date: Mon, 10 Mar 2008 07:02:39 -0700
>
> Alexy,
> Turn on HTML errors.
>
> >; Disable the
Thanks for your help!
It seems like what I needed was a reboot of the system. The changes I made to
php.ini file were applied after I rebooted, so I'm able to see the errors
displayed properly now.
> Subject: Re: [nyphp-talk] displaying error messages from PHP 5.2.4
&g
Alexy,
Turn on HTML errors.
>; Disable the inclusion of HTML tags in error messages.
>; Note: Never use this feature for production boxes.
>html_errors = Off
>
___
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NY
Could anyone explain to me how my php.ini file needs to be configured so that
can see PHP errors and warnings during script execution?
Right now, if access a PHP script with a syntax error, all I see is a blank
page in the browser.
Here's the error section of my php.ini file:
error_reporting