summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 222543284a..7d09c33e94 100644
--- a/NEWS
+++ b/NEWS
@@ -165,7 +165,7 @@
- SPL:
. Changed ArrayIterator implementation using zend_hash_iterator_... API.
- Allowed modification of itterated ArrayObject using the same behavior
+ Allowed modification of iterated ArrayObject using the same behavior
as proposed in `Fix "foreach" behavior`. Removed "Array was modified
outside object and internal position is no longer valid" hack. (Dmitry)
. Implemented #67886 (SplPriorityQueue/SplHeap doesn't expose extractFlags