summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)