summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-04-06 10:19:24 +0800
committerXinchen Hui <laruence@gmail.com>2016-04-06 10:19:24 +0800
commite95782ed5e26c041d62b847dc772f86fe6b01516 (patch)
treec6241f3ef234bc2d18f2020fc45087a62f7481c2 /NEWS
parent6ae3915eee227d88f2b9d4e17952db72e60d9c8b (diff)
downloadphp-git-e95782ed5e26c041d62b847dc772f86fe6b01516.tar.gz
Fixed bug #71969 (str_replace returns an incorrect resulting array after a foreach by reference)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa6feda1ca..e468c8b4ec 100644
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,8 @@ PHP NEWS
. Fixed bug #71735 (Double-free in SplDoublyLinkedList::offsetSet). (Stas)
- Standard:
+ . Fixed bug #71969 (str_replace returns an incorrect resulting array after
+ a foreach by reference). (Laruence)
. Fixed bug #71827 (substr_replace bug, string length). (krakjoe)
. Fixed bug #71891 (header_register_callback() and
register_shutdown_function()). (Laruence)