On Thu, Apr 23, 2015 at 3:45 PM, Arvids Godjuks <arvids.godj...@gmail.com> wrote:
> PDO is everywhere. Doctrine? Based on PDO. You can use mysqli, oci8 or sqlsrv for example without problems in Doctrine. Exposing some of the internal api of PDO as php functions (SQL Parser) I would bet it is possible to reimplement PDO in PHP code using mysqli etc.. as "drivers". I think we could discuss going that road as well and we could save ourselves maintaining some thousands of lines of C code.