]> granicus.if.org Git - php/commitdiff
- Fix news again
authorJani Taskinen <jani@php.net>
Wed, 16 Dec 2009 13:05:43 +0000 (13:05 +0000)
committerJani Taskinen <jani@php.net>
Wed, 16 Dec 2009 13:05:43 +0000 (13:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 83bd064b076af38118c8401f452dd6d24f2eddda..750cbb2a432daed650172ee64eaea493e59ce629 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP                                                                        NEWS
 ?? ??? 2010, PHP 5.2.13
 
 17 Dec 2009, PHP 5.2.12
+- Updated timezone database to version 2009.19 (2009s). (Derick)
 
 - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
   single text node when using libxml2.7.3+. (Kalle)
@@ -12,7 +13,11 @@ PHP                                                                        NEWS
   number of file uploads per-request to 20 by default, to prevent possible
   DOS via temporary file exhaustion. (Ilia)
 
+- Changed "post_max_size" php.ini directive to allow unlimited post size by
+  setting it to 0. (Rasmus)
+
 - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)
+
 - Fixed error_log() to be binary safe when using message_type 3. (Jani)
 - Fixed unnecessary invocation of setitimer when timeouts have been disabled.
   (Arvind Srinivasan)
@@ -28,11 +33,6 @@ PHP                                                                        NEWS
   (Felipe)
 - Fixed memory leak in openssl_pkcs12_export_to_file(). (Felipe)
 
-- Updated timezone database to version 2009.19 (2009s). (Derick)
-
-- Changed "post_max_size" php.ini directive to allow unlimited post size by
-  setting it to 0. (Rasmus)
-
 - Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes
   segfault). (davbrown4 at yahoo dot com, Felipe)
 - Fixed bug #50345 (nanosleep not detected properly on some solaris versions).