Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver
[email protected] (Johannes Schlüter) Thu, 03 Jun 2010 22:19:57 +0200
| Newsgroups | php.internals,php.pdo |
|---|---|
| Message-ID | <1275596397.2442.1679.camel@guybrush> |
On Thu, 2010-06-03 at 21:48 +0200, Denis Gasparin wrote: > As I wrote last week, according to me too the best solution > would be to share the PDO opened connection between the old > pgsql driver and the PDO one > That was the original way we tried to develop the patch > without success. Would be helpful to tell what your problem was. https://code.launchpad.net/~johannes-s/php-mysqlnd/pdo2mysqli is a branch adding a pdo::toMysqli() method. I won't commit it to PHP in that form but should be a good start. I don't know much about the pgsql extension, but maybe it helps. johannes