diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-09 12:46:47 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-09 12:46:47 +0100 |
commit | 44b234a9bc589ee6c4afe3e1c386d536f750abe2 (patch) | |
tree | 6a31c4a403ec5a129fb19bd7fe4f2a406fe31157 /NEWS | |
parent | 20e75329f2adb11dd231852c061926d0e4080929 (diff) | |
download | php-git-44b234a9bc589ee6c4afe3e1c386d536f750abe2.tar.gz |
Fixed bug #78154
Handle errors during next_result in exec.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |