From: Jani Taskinen Date: Tue, 29 Dec 2009 10:27:54 +0000 (+0000) Subject: order X-Git-Tag: php-5.2.13RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2526b7516cda644ab586a3eab2dbd74dcf7271c;p=php order --- diff --git a/NEWS b/NEWS index 9c0668a3f4..03e9a5dfaf 100644 --- 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).