summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-28 00:51:18 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-28 00:51:18 +0200
commitf83c207d6094b1a3652552034b3d539bc45a103a (patch)
tree8659826017e5171278721c0271eee37fcb556cbe /NEWS
parent1bdd97a601d75fc5af3b32e60f0d0641d80fa53c (diff)
downloadphp-git-f83c207d6094b1a3652552034b3d539bc45a103a.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 74b332109a..7f66966852 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ PHP NEWS
- Session:
. Fixed bug #77911 (Wrong warning for session.sid_bits_per_character). (cmb)
+- SPL:
+ . Fixed bug #77024 (SplFileObject::__toString() may return array). (Craig
+ Duncan)
+
- Standard:
. Fixed bug #77931 (Warning for array_map mentions wrong type). (Nikita)