Re: [PHP-DEV] MySQLi Execute Query RFC

2022-04-25 Thread Guilliam Xavier
On Mon, Apr 25, 2022 at 1:05 PM Craig Francis wrote: > On 22 Apr 2022, at 13:09, Guilliam Xavier > wrote: > > > https://wiki.php.net/rfc/mysqli_execute_query > > Thanks. Maybe add (or even start with) an example of mysqli_query(), to > show how "migrating to safer" would become easier?

Re: [PHP-DEV] MySQLi Execute Query RFC

2022-04-25 Thread Craig Francis
On 22 Apr 2022, at 13:09, Guilliam Xavier wrote: > > https://wiki.php.net/rfc/mysqli_execute_query > > > > Thanks. Maybe add (or even start with) an example of mysqli_query(), to show > how "migrating to safer" would become easier? retro-fitting

[PHP-DEV] MySQLi Execute Query RFC

2022-04-06 Thread Craig Francis
Hi, Kamil has been working on a proof of concept for a `mysqli_execute_query($sql, $params)` function, and I've written up a draft RFC for it: https://wiki.php.net/rfc/mysqli_execute_query It's continuing the work Kamil has done with the "mysqli bind in execute" RFC [1], to make parameterised