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

Improve the code #52

Closed azhan0331 closed 5 years ago

azhan0331 commented 5 years ago

Binary data reader correction.

Severity: Warning --> unpack(): Type v: not enough input, need 2, have 0 .../vendor/krowinski/php-mysql-replication/src/MySQLReplication/BinaryDataReader/BinaryDataReader.php 122

krowinski commented 5 years ago

Hi @azhan0331 can you provide when this error appear and add tis case to integration tests