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 error_reporting(E_ALL); earlier in the script. As far as I know, the default PHP-GTK configuration works fine, so I would look towards the script itself. Do you recall what changes have occurred when the notices were initially being written to the error log? Do you have any error tracking functions/classes in your application that may be sending notices to the log? Also, do you run this script via command line? --- "Madeleine D." <mmdrake@bctonline.com> wrote: > >Message-ID: > <20040105064755.77574.qmail@web13201.mail.yahoo.com> > >Date: Sun, 4 Jan 2004 22:47:55 -0800 (PST) > >From: choinet <ChoiNet@rocketmail.com> > >To: php-windows@lists.php.net > >MIME-Version: 1.0 > >Content-Type: text/plain; charset=us-ascii > >Subject: Re: Problem with Notices > > > >Do your .htaccess files have a php_value for > >error_reporting, or do the scripts have any > instances > >of error_reporting() in them? > > > > > > We are running PHP on a script basis (Gtk). There > are no .htaccess files > involved. > > Our script to load the app is pretty basic - > executable plus .php name. We > use the PHP/Gtk wrapper, which looks for the php.ini > file in it's own > folder, so there shouldn't be a problem with another > .ini file getting > read. However, I made sure this was the only one on > this machine anyway. > > I've also tried changing to one of the other sample > error lines in the > .ini. No change. All notices still get written to > the error file. > > thank for the suggestion. > Madeleine D. > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > __________________________________ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php