]> granicus.if.org Git - php/commitdiff
* Update for bug #47370.
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 12 Feb 2009 18:32:14 +0000 (18:32 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 12 Feb 2009 18:32:14 +0000 (18:32 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7d6870d3860a658d7d8b2d2e6683e0adc38404e6..8e2300e33039bce94c02e8f74491acb2a2dc8352 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ PHP                                                                        NEWS
   properties and __get(). (Andrei)
 
 - Added optional sorting type flag parameter to array_unique(). Default is
-  SORT_REGULAR. (Andrei)
+  SORT_STRING. (Andrei)
 
 - Fixed a crash on extract in zip when files or directories entry names contain 
   a relative path. (Pierre)