summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-09-12 07:06:46 +0100
committerJoe Watkins <krakjoe@php.net>2017-09-12 07:08:01 +0100
commitf87e513557e54274c6870805add86c427cc2348c (patch)
tree54ed2d998b3f3fadbeb6a157a423b44c6e0f9fe0 /NEWS
parentc3b0e68eb7724563e91b7a4dcb08db70a111f224 (diff)
parent7015d22116313fcd49287588bf7da06947926654 (diff)
downloadphp-git-f87e513557e54274c6870805add86c427cc2348c.tar.gz
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 96bd6b1fb3..daf36ed7a7 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,8 @@ PHP NEWS
- SPL:
. Fixed bug #75155 (AppendIterator::append() is broken when appending another
AppendIterator). (Nikita)
+ . Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop).
+ (jhdxr)
- Standard:
. Fixed bug #75152 (signed integer overflow in parse_iv). (Laruence)