Re: [PHP-DEV] Re: RFC: PDO MySQL get warning count

2021-04-06 Thread Matteo Beccati
Hi Daniel, thanks. This seems reasonable to me even though many might not share my point of view. The RFC would eventually apply to 8.1 as it's adding new functionality. Cheers On 05/04/2021 21:17, Daniel Beardsley wrote: This RFC is considering adding a very tiny function wrapping a mysql

[PHP-DEV] Re: RFC: PDO MySQL get warning count

2021-04-05 Thread Daniel Beardsley
This RFC is considering adding a very tiny function wrapping a mysql function that hasn't changed in decades. This allows clients to see if their previous statement generated mysql warnings without having to do another network round trip to the DB. I've opened the pull with tests. It fixes the open

[PHP-DEV] Re: RFC: PDO MySQL get warning count

2021-03-22 Thread Christoph M. Becker
On 26.02.2021 at 17:45, Daniel Beardsley wrote: > I've gotten very little feedback on the "should I make an RFC about this?" > question, so I went ahead and made an RFC: > https://wiki.php.net/rfc/pdo-mysql-get-warning-count > > This is about a feature in an open pull request: > https://github.com