Re: [PHP-DEV] PHP 5.4 - Meta attribute (aka. Annotations) support discussion

2010-11-15 Thread Denis Gasparin
+1 Denis Da: "Will Fitch" A: "Zeev Suraski" Cc: guilhermebla...@gmail.com, "PHP internals" Inviato: Martedì, 16 novembre 2010 8:43:39 Oggetto: Re: [PHP-DEV] PHP 5.4 - Meta attribute (aka. Annotations) support discussion Your answer should have been just that. The overwhelming majori

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-04 Thread Denis Gasparin
Hi. For me there is no problem. There were several solutions proposed in this thread: - to share connection between pdo and old pgsql driver - to create / emulate those methods in the various pdo drivers - others (look at the post of one week ago) Just point me to the right solution, give me s

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-03 Thread Denis Gasparin
translates the connection between old driver and PDO one (there could be some problems because of different same DMBS drivers (mysql, mysqli for example)). Denis - Messaggio originale - > Da: "Johannes Schlüter" > A: "Denis Gasparin" > Cc: "Pierre

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-03 Thread Denis Gasparin
the delay I sent the patches (probably one year ago it would be better) but that's another story... :-) Denis - Messaggio originale - > Da: "Jonathan Wage" > A: "Denis Gasparin" > Cc: "Pierre Joye" , "Ilia Alshanetsky" > ,

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-03 Thread Denis Gasparin
without success. If anyone could give me any tip to follow, I would try to develop it. Thank you, Denis - Messaggio originale - > Da: "Pierre Joye" > A: "Ferenc Kovacs" > Cc: "Jonathan Wage" , "Denis Gasparin" > , "Ilia Alshanetsky

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-03 Thread Denis Gasparin
Hi. Did you have the time to review the patches? Any problem with them? Thank you in advance, Denis - Messaggio originale - > Da: "Denis Gasparin" > A: "Ilia Alshanetsky" , "Matteo Beccati" > Cc: internals@lists.php.net, "pdo" > I

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-24 Thread Denis Gasparin
e on what makes use of the COPY code via Sql > behave differently then a PHP method call? > > Ilia Alshanetsky > CIO/CSO Centah Inc. > > On 2010-05-24, at 15:45, Denis Gasparin > wrote: > > > > > I'll provide the patches in a single file as soon

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-24 Thread Denis Gasparin
I attached the patch as a single file. There are currently no tests written for the new methods. I'll provide them if needed to integrate the patch in the pdo_pgsql driver. Denis - Messaggio originale - > Da: "Denis Gasparin" > A: "Ilia Alshanetsky"

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-24 Thread Denis Gasparin
abase (one with the old driver and one with PDO). Denis - Messaggio originale - > Da: "Ilia Alshanetsky" > A: "Denis Gasparin" > Cc: internals@lists.php.net > Inviato: Lunedì, 24 maggio 2010 19:54:46 > Oggetto: Re: [PHP-DEV] [PATCH] New PDO methods for P

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-24 Thread Denis Gasparin
Denis Gasparin wrote: >> Hi. >> >> I developed some patches for PDO/Postgresql driver in order to add some >> useful \ >> methods that were available in the original pgsql driver. >p...@lists.php.net is the right place for PDO development ;) Ops sorry :-) I w

[PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-24 Thread Denis Gasparin
in advance, Denis Gasparin Documentation of the added methods follows: pgsqlIsInTransaction() It uses the native Postgresql functions to check transaction status. It returns one of the following status codes: * PDO::PGSQL_TRANSACTION_IDLE: connection in idle status * PDO