]> granicus.if.org Git - php/commitdiff
Also add preg_replace_callback_array in NEWS
authorXinchen Hui <laruence@php.net>
Mon, 23 Mar 2015 08:51:06 +0000 (16:51 +0800)
committerXinchen Hui <laruence@php.net>
Mon, 23 Mar 2015 08:51:06 +0000 (16:51 +0800)
NEWS

diff --git a/NEWS b/NEWS
index da1b77669cf8a578e01e4aabb3d181bbf2db1f39..31ed52641ee3752bd3792b1827d0e0627e59f9d2 100644 (file)
--- a/NEWS
+++ b/NEWS
     (Nikita)
   . Fixed bug #65272 (flock() out parameter not set correctly in windows).
     (Daniel Lowrey)
+  . Added preg_replace_callback_array function. (Wei Dai)
 
 - Streams:
   . Fixed bug #68532 (convert.base64-encode omits padding bytes).