summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-12-11 16:35:03 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-12-11 16:35:03 +0100
commitccb7f1c7d8518dc4548273a5acd578c57d47cc0c (patch)
treea1397038e119cefbd4ee7d3358f4e0b76b892edb /NEWS
parent7a89157f8c440bccdd0317c1f460d2a916c5896c (diff)
downloadphp-git-ccb7f1c7d8518dc4548273a5acd578c57d47cc0c.tar.gz
Fixed bug #79132
Following cmb's suggestion and replacing the counter with a check against the bound_params HT, which ensures that both cannot go out of sync.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b43b0a09a6..38e86d2619 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,8 @@ PHP NEWS
. Fixed bug #62889 (LOAD DATA INFILE broken). (Nikita)
. Fixed bug #67004 (Executing PDOStatement::fetch() more than once prevents
releasing resultset). (Nikita)
+ . Fixed bug #79132 (PDO re-uses parameter values from earlier calls to
+ execute()). (Nikita)
- Phar:
. Fixed bug #73809 (Phar Zip parse crash - mmap fail). (cmb)