summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorandrewnester <andrew.nester.dev@gmail.com>2017-01-20 21:39:45 +0300
committerJoe Watkins <krakjoe@php.net>2017-01-20 20:10:55 +0000
commit21ac79e94bd0335bf885b807e09c4d86d75d776a (patch)
tree338c393d034bcdb6f0e7be06d2efc548bd74d6d3 /NEWS
parent2e3d68ed1ba9097d1b8ac64c2a5af7004faa2796 (diff)
downloadphp-git-21ac79e94bd0335bf885b807e09c4d86d75d776a.tar.gz
Fixed #73959 - lastInsertId fails to throw an exception in pdsql
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5087d564e3..2c403ebb8f 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,10 @@ PHP NEWS
- PDO_Firebird:
. Implemented FR #72583 (All data are fetched as strings). (Dorin Marcoci)
+- PDO_PgSQL:
+ . Fixed bug #73959 (lastInsertId fails to throw an exception for wrong
+ sequence name). (andrewnester)
+
- Phar:
. Fixed bug #70417 (PharData::compress() doesn't close temp file). (cmb)