[PHP-DEV] RE: [PATCH] Ingres error reporting functions

2005-04-29 Thread Croker, Grant
Hi, Is there anyone who can take a look at this patch or can submit it for me? thanks grant > -Original Message- > From: Croker, Grant > Sent: 19 April 2005 17:03 > To: 'Lukas Smith' > Cc: internals@lists.php.net > Subject: RE: [PATCH] Ingres error reporting functions > > Ok, > > As y

[PHP-DEV] RE: [PATCH] Ingres error reporting functions

2005-04-19 Thread Croker, Grant
Ok, As you say there does not seem to be any consistent naming of functions. A fact I guess PDO will address. I have changed the names to match mysql and have a 3rd function (ingres_errsqlstate) that reports the SQLSTATE of the last statement run. With Ingres SQLSTATE and errno is not the same th

[PHP-DEV] Re: [PATCH] Ingres error reporting functions

2005-04-19 Thread Lukas Smith
Grant Croker wrote: I would like to submit the following patch to PHP: http://www.ingres.co.uk/php/head/ingres_error_reporting.diff It includes 3 new functions for reporting errors; ingres_error(), ingres_error_text() and ingres_error_sqlstate(). Also included is the ability to suppress E_WARNING m