summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKevin Abel <kevin.abel.0@gmail.com>2018-07-08 21:18:20 -0500
committerJoe Watkins <krakjoe@php.net>2019-01-30 18:27:57 +0100
commit3890c8bce5f46c59d7c57e2c2ea10d2cc8b44ce1 (patch)
tree854bb82bb1c57a73bd6a1a94d8beac1d23aea819 /NEWS
parentcbc5a141f78f873be408e44a0658ea789b9cd365 (diff)
downloadphp-git-3890c8bce5f46c59d7c57e2c2ea10d2cc8b44ce1.tar.gz
Fix bug 76596: phpdbg supports display_errors=stderr
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4dcddb1735..f3c3063ac7 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,9 @@ PHP NEWS
. Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO
failure). (Nikita)
+- phpdbg:
+ . Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)
+
- Sockets:
. Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address
on MacOS). (Michael Meyer)