Re: [PHP-DEV] Mysqli improvements

2021-01-05 Thread Nikita Popov
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

Re: [PHP-DEV] Mysqli improvements

2020-12-31 Thread Craig Francis
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

[PHP-DEV] Mysqli improvements

2020-12-30 Thread Kamil Tekiela
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