summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-04-09 15:47:34 +0300
committerDmitry Stogov <dmitry@zend.com>2015-04-09 15:47:34 +0300
commitea0b14fe22911ec469336ccc3332b7d09c93560e (patch)
treecc351edd48573bd44dd0559b7dfa624e969a90f2 /NEWS
parent2b6a568df119487f73abb43edd2ae82e83945356 (diff)
downloadphp-git-ea0b14fe22911ec469336ccc3332b7d09c93560e.tar.gz
Fixed typo
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