From 52252ef91d234e3aa63a309c3fbd7848f7ea66a7 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 29 Dec 2008 10:02:22 +0000 Subject: [PATCH] - Fix news --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 2.50.1