php / php-src

The PHP Interpreter
https://www.php.net
Other
38.06k stars 7.74k forks source link

PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_mysql with libmysqlclient driver #14370

Open okhowang opened 4 months ago

okhowang commented 4 months ago

Description

same with https://bugs.php.net/bug.php?id=63916 but in pdo_mysql with libmysqlclient driver

PHP Version

master

Operating System

No response

SakiTakamachi commented 4 months ago

I have identified the cause and have fixed it. If the test passes, I will open a PR.