]> granicus.if.org Git - php/commit
Fix #77944: Wrong meta pdo_type for bigint on LLP64
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 27 Apr 2019 16:46:27 +0000 (18:46 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 27 Apr 2019 16:46:27 +0000 (18:46 +0200)
commit16609880f8338134db08daf6bdcc42025f938fcd
treebcbd6f8b15f7a79d3a3383206e1c29d995c2d2b7
parent7ddfe73e69bd847c33bd69fb92d2f5f82b89c778
Fix #77944: Wrong meta pdo_type for bigint on LLP64

When actually fetching the data, bigint (unsigned) column values are
returned as integers on LLP64 architectures, so their pdo_type has to
be PDO::PARAM_INT accordingly.
NEWS
ext/pdo_mysql/mysql_statement.c