]> granicus.if.org Git - php/commitdiff
order
authorJani Taskinen <jani@php.net>
Tue, 29 Dec 2009 10:27:54 +0000 (10:27 +0000)
committerJani Taskinen <jani@php.net>
Tue, 29 Dec 2009 10:27:54 +0000 (10:27 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9c0668a3f4676fa3645b709e406a5e3d6184cd1b..03e9a5dfaf65ca462bf2738991e8883d298d561a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,14 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2010, PHP 5.2.13
-- Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
-  (Ilia)
 - Removed automatic file descriptor unlocking happening on shutdown and/or 
   stream close (on all OSes excluding Windows). (Tony, Ilia)
+
 - Changed tidyNode class to disallow manual node creation. (Pierrick)
 
+- Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
+  (Ilia)
+
 - Fixed build of mysqli with MySQL 5.5.0-m2. (Andrey)
 
 - Fixed bug #50575 (PDO_PGSQL LOBs are not compatible with PostgreSQL 8.5).