Re: [PHP-DEV] pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support

2007-11-14 Thread Lars Westermann
Fixed in PHP_5_3 /Lars "Lukas Kahwe Smith" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > > On 14.11.2007, at 16:30, Hans-Peter Oeri wrote: > >> Hi1 >> >> Lukas Kahwe Smith wrote: >>> Driver specific attributes and methods should be prefixed accordingly. >>> What does this o

Re: [PHP-DEV] pdo_firebird: "RETURNING" queries/closeCursor (#43246/43271)

2007-11-14 Thread Lars Westermann
Hi! Well actually there is a maintainer ... I signed up for this about a month ago. I have already fixed bug #43271 - it was an error in firebird_statement_execute() which didn't close an open cursor before making additional attempts to call isc_dsql_execute(). It is fixed in PHP_5_3 branch. c

[PHP-DEV] RFC: ext/interbase/ibase_query.c (PHP_5_3)

2007-11-01 Thread Lars Westermann
Hi! Request For Comments for bugfixes made to ext/interbase/ibase_query.c. I'm working on the PHP_5_3 branch. I've been working on bugfixes for the following bugreports: #30690, InterBase: Resource handle from ibase_execute becomes invalid after return #32143, ibase_query() causes IB server cra

[PHP-DEV] Re: PDO Firebird bugfixes - once again :)

2007-10-24 Thread Lars Westermann
"Live and learn" ... Trying once again: Please find attached a unified diff (diff -u) for 4 files addressing bugfixes for PDO_firebird in the PHP_5_3 branch. The following bug reports are addressed: Bug #36128 (Interbase PDO - timestamp columns return NULL) When pdo_firebird is enabled, and in

[PHP-DEV] Re: Interbase bugfixes - once again :)

2007-10-24 Thread Lars Westermann
"Live and learn" ... Starting all over! Please find attached a unified diff (diff -u) for interbase/ibase_query.c (PHP_5_3 branch), which addresses the following bug reports: Bug #30907: (ibase_query() crashes (in fact the same bug as #32143) Bug #32143: (ibase_query() causing IBserver 7 crash w

[PHP-DEV] Re: PDO Firebird bugfixes (firebird_statement.c)

2007-10-23 Thread Lars Westermann
ext/pdo_firebird/firebird_statement.c: diff -u -r1.18.2.1.2.5 firebird_statement.c --- firebird_statement.c 27 Feb 2007 03:04:40 - 1.18.2.1.2.5 +++ firebird_statement.c 18 Oct 2007 19:52:35 - @@ -170,43 +170,11 @@ col->maxlen = var->sqllen; col->namelen = var->aliasname_length; col-

[PHP-DEV] Re: PDO Firebird bugfixes (firebird_driver.c)

2007-10-23 Thread Lars Westermann
ext/pdo_firebird/firebird_driver.c: diff -u -r1.17.2.2.2.4 firebird_driver.c --- firebird_driver.c 27 Feb 2007 03:28:16 - 1.17.2.2.2.4 +++ firebird_driver.c 18 Oct 2007 20:01:47 - @@ -114,6 +114,16 @@ RECORD_ERROR(dbh); } + if (H->date_format) { + efree(H->date_format); + } + if

[PHP-DEV] Re: PDO Firebird bugfixes (pdo_firebird.c)

2007-10-23 Thread Lars Westermann
ext/pdo_firebird/pdo_firebird.c: diff -u -r1.4.2.3.2.1.2.1 pdo_firebird.c --- pdo_firebird.c 27 Sep 2007 18:00:42 - 1.4.2.3.2.1.2.1 +++ pdo_firebird.c 18 Oct 2007 19:42:47 - @@ -55,6 +55,10 @@ PHP_MINIT_FUNCTION(pdo_firebird) /* {{{ */ { + REGISTER_PDO_CLASS_CONST_LONG("FB_ATTR_DAT

[PHP-DEV] Re: PDO Firebird bugfixes (php_pdo_firebird_int.h)

2007-10-23 Thread Lars Westermann
Unified diff for ext/pdo_firebird/php_pdo_firebird_int.h: diff -u -r1.10.2.1.2.1 php_pdo_firebird_int.h --- php_pdo_firebird_int.h 1 Jan 2007 09:36:04 - 1.10.2.1.2.1 +++ php_pdo_firebird_int.h 18 Oct 2007 19:52:09 - @@ -31,6 +31,10 @@ #define PDO_FB_DIALECT 3 +#define PDO_FB_DEF_DAT

Re: [PHP-DEV] Interbase bugfixes

2007-10-23 Thread Lars Westermann
000), + LL_LIT(1), + LL_LIT(10), + LL_LIT(100), + LL_LIT(1000), + LL_LIT(1), + LL_LIT(10), + LL_LIT(100) + }; switch (type & ~1) { unsigned short l; "Antony Dovgal" <[EMAIL PROTECTED]

[PHP-DEV] CVS Account Request: lwe

2007-10-14 Thread Lars Westermann
Maintaining an official, bundled PHP extension: pdo_firebird and maybe php_interbase -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php