summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-06-29 20:10:54 +0200
committerAnatol Belski <ab@php.net>2018-06-29 20:10:54 +0200
commitfb09f1341f9924cb3d3a1c12caded82097378063 (patch)
treecd684017d7cc4c70894d3274e5f712e02b52f76a
parentcb97fd309790330bced04091fac46ea1466283c9 (diff)
downloadphp-git-fb09f1341f9924cb3d3a1c12caded82097378063.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6097822b72..2f1f319ef8 100644
--- 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)