summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-12-09 12:46:47 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-12-09 12:46:47 +0100
commit44b234a9bc589ee6c4afe3e1c386d536f750abe2 (patch)
tree6a31c4a403ec5a129fb19bd7fe4f2a406fe31157 /NEWS
parent20e75329f2adb11dd231852c061926d0e4080929 (diff)
downloadphp-git-44b234a9bc589ee6c4afe3e1c386d536f750abe2.tar.gz
Fixed bug #78154
Handle errors during next_result in exec.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9560df1c93..d3c5e52139 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,8 @@ PHP NEWS
(Kamil Tekiela)
. Fixed bug #63185 (nextRowset() ignores MySQL errors with native prepared
statements). (Nikita)
+ . Fixed bug #78152 (PDO::exec() - Bad error handling with multiple commands).
+ (Nikita)
- Phpdbg:
. Fixed bug #76813 (Access violation near NULL on source operand). (cmb)