From: Jani Taskinen Date: Mon, 29 Dec 2008 10:02:22 +0000 (+0000) Subject: - Fix news X-Git-Tag: php-5.2.9RC1~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52252ef91d234e3aa63a309c3fbd7848f7ea66a7;p=php - Fix news --- diff --git a/NEWS b/NEWS index 8516130bec..96350a22ae 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,14 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2009, PHP 5.2.9 -- Fixed explode() behavior to respect negative limit when string is empty. (shire) -- Added optional sorting type flag parameter to array_unique(), default is +- Added optional sorting type flag parameter to array_unique(). Default is SORT_REGULAR. (Andrei) + +- Fixed explode() behavior with empty string to respect negative limit. (Shire) - Fixed security issue in imagerotate(), background colour isn't validated correctly with a non truecolour image, reported by Hamid Ebadi, APA Laboratory. (Fixes CVE-2008-5498) (Scott) - -- Fixed segfault when malformed string passed to json_decode(). (Scott) +- Fixed a segfault when malformed string is passed to json_decode(). (Scott) - Fixed bug #46918 (imap_rfc822_parse_adrlist host part not filled in correctly). (Felipe)