I am running an old version of PHP for winblows 4.3.8. I cannot upgrade to 4.4.2 yet. I rebooted the web server and the box. I am not doing any exception handling. I want the errors to be writtent to a log but instead they keep showing in the browser. Is there something I am missing? I did set display_errors to off in the php.ini file. Thanks, cybm On 4/26/06, Jason Barnett <juzamjedi@xxxxxxxxx> wrote: > > Let's not open an error report just yet... there are already too many > "bugs" in the database! A snippet of the relevant code would be nice > though. > > Perhaps your odbc_errormsg($conn) is being echo'd to stdout? Or you are > using those fun Exception beasts? > > > On 4/26/06, chris smith <dmagick@xxxxxxxxx> wrote: > > > On 4/27/06, cybermalandro cybermalandro <cybermalandro@xxxxxxxxx> wrote: > > I have set in display_errors = off on my php.ini but I can still see > ODBC > > related error messages when I try to duplicate an ODBC error. Am I > missing > > something to turn this off? > > Can you produce a small test case? Maybe post a bug report: > http://bugs.php.net > > -- > Postgresql & php tutorials > http://www.designmagick.com/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > >