Re: [PDO] Question on Persistent PDO Connections
[email protected] (Lukas Kahwe Smith) Fri, 6 Nov 2009 10:09:26 +0100
| Newsgroups | php.pdo |
|---|---|
| Message-ID | <[email protected]> |
On 06.11.2009, at 09:11, Christopher Jones wrote: > > > Lester Caine wrote: > > While Firebird keeps the connections open ( and one has to make > sure to > > shut down apache before doing any database maintenance ) it always > > completes a transaction in a current page either committing or if > there > > is an outstanding error rolling back. > > Thanks for the confirmation. well in the past mysql (not sure of this is also the case with other rdbms extensions for PHP), did not clean up transactions. however i think this is now solved .. but somehow i am not sure. you can read about all of these issues here (especially the warning): http://de.php.net/manual/en/features.persistent-connections.php but i am getting the feeling its not uptodate anymore even for mysql. regards, Lukas Kahwe Smith [email protected]