On Fri, 7 Jul 2023 at 18:39, Calvin Buckley <cal...@cmpct.info> wrote:
>
> I'd like to hear any oversights, and what could be done to take this
> further.

I think someone needs to write some code and some tests, and see what happens.

It's possible that PARAM_BINARY could be used across all of the PDO
drivers that PHP ships with, and for each of them the behaviour with
that option is sensible.

It's also possible that the behaviour of binary parameters is bespoke
to each of the drivers, and that it isn't possible to use PARAM_BINARY
in a DB agnostic way.

The most realistic way to find out which option is more real, is to
write the code + tests....which would need to be done anyway, even
assuming the best case scenario.

cheers
Dan
Ack

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

Reply via email to