> I have to say I am not a fan of this proposal. While definitely a super nice
> feature in PDO, it's more of a hack rather than proper feature.
> Certain RDBMSs support named parameters in prepared statements, but
> MySQL doesn't. Therefore, the solution implemented in PDO is a hack. It's very
> flawed and the current implementation has multiple bugs and shortcomings.
> One could say that some bugs are security issues.

What is the big risk/challenge in converting named bound parameters to 
positional bound parameters? It seems straightforward.

-Jeff


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

Reply via email to