[PHP-WIN] Re: Problem with Notices

2004-01-10 Thread mmdrake
Madeleine D. wrote: I have the following error writes set in my php.ini file: error_reporting = E_ALL & ~E_NOTICE I'm posting a response to this for the next poor soul who might come along. After long, lost hours, we still don't have an explanation as to why the php.ini settings are being i

Re: [PHP-WIN] Re: Problem with notices

2004-01-09 Thread user
Choinet wrote: I just tested notice generation on PHP-GTK 1.0.0 on Windows by using an undefined variable. $var = fopen($_GET['test'], 'r'); I have error_reporting set to error_reporting = E_ALL & ~E_NOTICE in php.ini, and any notices are suppressed in my custom error log set in php.ini un

Re: [PHP-WIN] Re: Problem with notices

2004-01-05 Thread choinet
I just tested notice generation on PHP-GTK 1.0.0 on Windows by using an undefined variable. $var = fopen($_GET['test'], 'r'); I have error_reporting set to error_reporting = E_ALL & ~E_NOTICE in php.ini, and any notices are suppressed in my custom error log set in php.ini unless I specify

[PHP-WIN] Re: Problem with notices

2004-01-05 Thread Madeleine D.
>Message-ID: <[EMAIL PROTECTED]> >Date: Sun, 4 Jan 2004 22:47:55 -0800 (PST) >From: choinet <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >MIME-Version: 1.0 >Content-Type: text/plain; charset=us-ascii >Subject: Re: [PHP-WIN] Problem with Notices > >Do your .htaccess files have a php_value for >error_r