Re: [PHP-DEV] Drop support for libmysql with mysqli

2021-12-25 Thread Pierre Joye
On Sat, Dec 25, 2021, 10:29 PM Remi Collet wrote: > Le 24/12/2021 à 18:32, Kamil Tekiela a écrit : > > Hi Internals, > > > > I would like to propose dropping support for libmysql from mysqli and ask > > for opinions on how this could be best achieved. > > +1 to drop support for libmysql. > +1 to

Re: [PHP-DEV] Drop support for libmysql with mysqli

2021-12-25 Thread Remi Collet
Le 24/12/2021 à 18:32, Kamil Tekiela a écrit : Hi Internals, I would like to propose dropping support for libmysql from mysqli and ask for opinions on how this could be best achieved. +1 to drop support for libmysql. Simply do it in the next version "8.2" will be in version documentation anno

[PHP-DEV] Drop support for libmysql with mysqli

2021-12-24 Thread Kamil Tekiela
Hi Internals, I would like to propose dropping support for libmysql from mysqli and ask for opinions on how this could be best achieved. At the moment both mysqli and PDO_mysql support building against mysqlnd and libmysql. The default is mysqlnd since PHP 5.4. Mysqlnd is the recommended library