Hi Jeff,

> Would the implementation use the underlying RDBMS two-phase commit? Or would 
> the proposal be to try to build something at the PDO layer to mimic two-phase 
> commits? The former seems good, the latter, not so much.

When implementing this, if each DB driver's API has a two-phase commit 
function, I would like to use it. I don't mean "emulate" it with PDO.

I haven't checked all the DB APIs because I'm still thinking about whether to 
propose it, but I've confirmed that at least Firebird's API has that 
functionality.

Regards.

Saki
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to