[PHP-DEV] Re: Adding `final class Deque` to PHP

2022-02-05 Thread tyson andre
Hi internals, > > > I've created a new RFC https://wiki.php.net/rfc/deque to add a `final > > > class Deque` > > > > > > This is based on the `Teds\Deque` implementation I've worked on > > > for the https://github.com/TysonAndre/pecl-teds PECL. > > > > > > While `SplDoublyLinkedList` and its subc

Re: [PHP-DEV] [VOTE] RFC: Remove support for libmysql from mysqli

2022-02-05 Thread Kamil Tekiela
> good job! can we do PDO_MYSQL next? if that also goes away (seems likely), all libmysqlclient-specific code can be removed i think Feel free to create an RFC. I was only interested in doing this for mysqli because that's where I saw value in doing it. The support for libmysql was causing problem

Re: [PHP-DEV] [VOTE] RFC: Remove support for libmysql from mysqli

2022-02-05 Thread Hans Henrik Bergan
good job! can we do PDO_MYSQL next? if that also goes away (seems likely), all libmysqlclient-specific code can be removed i think On Sat, 5 Feb 2022 at 16:10, Kamil Tekiela wrote: > The voting has now ended. The RFC has been unanimously accepted (30/0). > > Since PHP 8.2 it will not be possible

Re: [PHP-DEV] [VOTE] RFC: Remove support for libmysql from mysqli

2022-02-05 Thread Kamil Tekiela
The voting has now ended. The RFC has been unanimously accepted (30/0). Since PHP 8.2 it will not be possible to compile mysqli with libmysql. Kind regards, Kamil >