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 reportin
thing since errno is more granular than SQLSTATE.
The revised code can be found in this link:
http://www.ingres.co.uk/php/head/ingres_error_reporting_rev2.diff
thanks
grant
> -Original Message-
> From: Lukas Smith [mailto:[EMAIL PROTECTED]
> Sent: 19 April 2005 16:25
> To: C
Hi,
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 messages that
The following patch should fix bug 30593. The original config.m4 uses
Ingres' static libs which need libpthread.a to be linked in as well.
Changing it to use Ingres's shared libs resolves this. This fix can be
applied to both PHP 4 and 5.
Index: ext/ingres_ii/config.m4
===
looks good.
thanks, grant
> -Original Message-
> From: Jani Taskinen [mailto:[EMAIL PROTECTED]
> Sent: 26 March 2005 03:20
> To: Croker, Grant
> Cc: internals@lists.php.net
> Subject: RE: [PHP-DEV] [PATCH] Bug #32333 - Unable to perform command
> linebuild
> Modified patch applied. No need to patch php_ii.h.
>
> --Jani
the config.w32 in cvs does not work - running 'cscript /nologo
configure.js --with-ingres' (after running buildconf) generates the
following:
Checking for iiapi.h ... C:\Ingres[GC]\ingres\files
Checking for library iilibap
Hi,
Attached is a new file, config.w32, needed to build the Ingres extension
with the command line build on Windows. Using this patch you should be
able to use the following combination of flags:
--with-ingres
--with-ingres=somepath
--with-ingres=shared
--with-ingres=shared,somepath
In addition
> Well usually you start off with providing patches and once you have
> shown your commitment by providing quality patches you may eventually
> gain CVS access.
Sounds fair enough.
> I also would also recommend that you take a look at PDO (php.net/pdo)
as
> this is where things are heading in p
Hi,
I was wondering if there was anybody actively maintaining the ingres_ii
extension? From looking at CVS the documented maintainer, David Hénot, has not
touched the code for sometime. I have tried to contact David but as yet have
had no response.
If possible I would like to start maintaining