krowinski / php-mysql-replication

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
MIT License
323 stars 98 forks source link

fix #115 for mysql 8.4.0 #116

Open hetao29 opened 6 months ago

cyppe commented 1 week ago

Any status of this PR or is there some other php 8.4 fixes in the works?

hetao29 commented 1 week ago

Any status of this PR or is there some other php 8.4 fixes in the works?

My project used this pr in product env.