summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-04-27 18:46:27 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-04-27 18:46:27 +0200
commit16609880f8338134db08daf6bdcc42025f938fcd (patch)
treebcbd6f8b15f7a79d3a3383206e1c29d995c2d2b7 /NEWS
parent7ddfe73e69bd847c33bd69fb92d2f5f82b89c778 (diff)
downloadphp-git-16609880f8338134db08daf6bdcc42025f938fcd.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2cbbcc26b2..b48bd1eacc 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ PHP NEWS
- JSON:
. Fixed bug #77843 (Use after free with json serializer). (Nikita)
+- PDO_MySQL:
+ . Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64). (cmb)
+
- Session:
. Fixed bug #77911 (Wrong warning for session.sid_bits_per_character). (cmb)