summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-06-29 20:11:55 +0200
committerAnatol Belski <ab@php.net>2018-06-29 20:11:55 +0200
commit15ad5d31d19b52761338df75a4f22191f9506798 (patch)
treeb90feee84f4c2bce7b318421fdbd0c0ea8522cdf
parentef274e0b606e72a4083eb6c631689ea42d9415d8 (diff)
downloadphp-git-15ad5d31d19b52761338df75a4f22191f9506798.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c6b1aea1f3..38098ef40e 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,9 @@ PHP NEWS
. Fixed bug #76477 (Opcache causes empty return value).
(Nikita, Laruence)
+- PGSQL:
+ . Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)
+
- phpdbg:
. Fix arginfo wrt. optional/required parameters. (cmb)