jani            Mon Dec 29 10:02:23 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  - Fix news
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1370&r2=1.2027.2.547.2.1371&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1370 php-src/NEWS:1.2027.2.547.2.1371
--- php-src/NEWS:1.2027.2.547.2.1370    Sat Dec 27 05:20:27 2008
+++ php-src/NEWS        Mon Dec 29 10:02:22 2008
@@ -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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to