From: foobar Date: Fri, 13 Jun 2003 14:31:54 +0000 (+0000) Subject: Added missing NEWS entry X-Git-Tag: RELEASE_1_0_2~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dd0584672931d43d553eefba589b61d4f50fb23;p=php Added missing NEWS entry --- diff --git a/NEWS b/NEWS index b95b4aeb5f..1dc8331f82 100644 --- a/NEWS +++ b/NEWS @@ -73,6 +73,7 @@ PHP NEWS . str_split() - Breaks down a string into an array of elements based on length. (Ilia) . array_walk_recursive(). (Ilia) + . array_combine(). (Andrey) - Added optional parameter to get_browser() to make it return an array. (Jay) - Added optional parameter to openssl_sign() to specify the hashing algorithm.