[ci skip] Update NEWS
authorAnatol Belski <ab@php.net>
Fri, 29 Jun 2018 18:10:54 +0000 (20:10 +0200)
committerAnatol Belski <ab@php.net>
Fri, 29 Jun 2018 18:10:54 +0000 (20:10 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 6097822b72f3f61329c1cb345caa0b16f5b46da8..2f1f319ef8417dcd4b65ee5d0325d835d630a2d4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ PHP                                                                        NEWS
   . Fixed bug #76532 (Integer overflow and excessive memory usage
     in mb_strimwidth). (MarcusSchwarz)
 
+- PGSQL:
+  . Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)
+
 - phpdbg:
   . Fix arginfo wrt. optional/required parameters. (cmb)