diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-04-09 15:47:34 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-04-09 15:47:34 +0300 |
commit | ea0b14fe22911ec469336ccc3332b7d09c93560e (patch) | |
tree | cc351edd48573bd44dd0559b7dfa624e969a90f2 /NEWS | |
parent | 2b6a568df119487f73abb43edd2ae82e83945356 (diff) | |
download | php-git-ea0b14fe22911ec469336ccc3332b7d09c93560e.tar.gz |
Fixed typo
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |