On Wed, Dec 30, 2020 at 7:33 PM Kamil Tekiela wrote:
> Hi Internals,
>
> I would like to start a discussion about possible improvements to the
> mysqli API. I have written an RFC which explains all my ideas.
>
> https://wiki.php.net/rfc/improve_mysqli
>
> As the RFC is nothing more than a concept
Hi Kamil,
I like these proposals, especially error reporting, which I've got caught
out with before:
https://bugs.php.net/bug.php?id=78932
As to "add bind-in-execute to mysqli", by passing an array of parameters to
mysqli_stmt::execute(), this is something I'd really like to see.
I just wonder
Hi Internals,
I would like to start a discussion about possible improvements to the
mysqli API. I have written an RFC which explains all my ideas.
https://wiki.php.net/rfc/improve_mysqli
As the RFC is nothing more than a concept at the moment I am looking
for some feedback. I attempted to implem