On Sunday, 11 August 2024 at 15:26, Pierre Joye <[email protected]> wrote:
> On Sun, Aug 11, 2024, 6:53 PM Gina P. Banyard <[email protected]> wrote: > >> On Saturday, 10 August 2024 at 15:13, Christoph M. Becker >> <[email protected]> wrote: >> >> I think moving the PDO driver to use C++ is a more sensible choice. > > what would be the advantages? given the OO part at the C level is perfectly > fine in C and the actual OO parts are really zend classes and co? I didn't say to rewrite the whole extension. Considering the library we are going to be depending on is in C++ it makes more sense to do what the ext/intl extension does, which is to use C++. I do not want the project to have to deal with a broken C transpilation error created by an external tool (namely CLOOP). If you have a better suggestion on how to deal with this issue, feel free to do so. Best regards, Gina P. Banyard >>
