Added missing NEWS entry

This commit is contained in:
foobar 2003-06-13 14:31:54 +00:00
parent bb37952bc2
commit 9dd0584672

1
NEWS
View File

@ -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.