]> granicus.if.org Git - php/commitdiff
[ci skip] Update NEWS
authorAnatol Belski <ab@php.net>
Fri, 29 Jun 2018 18:12:45 +0000 (20:12 +0200)
committerAnatol Belski <ab@php.net>
Fri, 29 Jun 2018 18:12:45 +0000 (20:12 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 7855901c2e94348e2cb48314fbd4a44348827247..cdf8369c4f081eb55b297a157d9f6cf3c215431f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,9 @@ PHP                                                                        NEWS
   . Fixed bug #76514 (Regression in preg_match makes it fail with
     PREG_JIT_STACKLIMIT_ERROR). (Anatol)
 
+- PGSQL:
+  . Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)
+
 - phpdbg:
   . Fix arginfo wrt. optional/required parameters. (cmb)