From: Xinchen Hui Date: Mon, 23 Mar 2015 08:51:06 +0000 (+0800) Subject: Also add preg_replace_callback_array in NEWS X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~526^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaf394e9e37a183419dc64ab0e05a8c02a64cb50;p=php Also add preg_replace_callback_array in NEWS --- diff --git a/NEWS b/NEWS index da1b77669c..31ed52641e 100644 --- a/NEWS +++ b/NEWS @@ -169,6 +169,7 @@ (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).