[VOTE] RFC: Remove support for libmysql from mysqli

php.internals

Kamil Tekiela

4 years ago
Hi Internals, I have opened voting on https://wiki.php.net/rfc/mysqli_support_for_libmysql Voting ends in 2 weeks. Kind regards, Kamil

Kamil Tekiela

4 years ago
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

Hans Henrik Bergan

4 years ago
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 <tekiela246@gmail.com> wrote:

Kamil Tekiela

4 years ago
> 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 problems for mysqli and removing it is definitely an improvement. PDO doesn't have such burning issues and the existing code works almost as well as with mysqlnd. But I would vote in favour of dropping libmysql support for PDO too. Regards, Kamil