From: Moriyoshi Koizumi Date: Thu, 12 Feb 2009 18:32:14 +0000 (+0000) Subject: * Update for bug #47370. X-Git-Tag: php-5.2.9RC2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afeef64609f4a2bd03e96191e3be4fd9358f0ab1;p=php * Update for bug #47370. --- diff --git a/NEWS b/NEWS index 7d6870d386..8e2300e330 100644 --- 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)