]> granicus.if.org Git - php/commitdiff
Added missing NEWS entry
authorfoobar <sniper@php.net>
Fri, 13 Jun 2003 14:31:54 +0000 (14:31 +0000)
committerfoobar <sniper@php.net>
Fri, 13 Jun 2003 14:31:54 +0000 (14:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b95b4aeb5f9198aa83a8a6b236b7fb5214702040..1dc8331f82b522d947e822569d540054b59465a5 100644 (file)
--- 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.