diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-04-06 10:19:24 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2016-04-06 10:19:24 +0800 |
commit | e95782ed5e26c041d62b847dc772f86fe6b01516 (patch) | |
tree | c6241f3ef234bc2d18f2020fc45087a62f7481c2 /NEWS | |
parent | 6ae3915eee227d88f2b9d4e17952db72e60d9c8b (diff) | |
download | php-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |