From: Jani Taskinen Date: Fri, 8 Jan 2010 09:56:38 +0000 (+0000) Subject: fix news X-Git-Tag: php-5.2.13RC1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65aeba977b718cc2aec72c844fed53cbeda71897;p=php fix news --- diff --git a/NEWS b/NEWS index f926949846..89b5326803 100644 --- a/NEWS +++ b/NEWS @@ -9,9 +9,9 @@ PHP NEWS - Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL. (Ilia) -- Fixed build of mysqli with MySQL 5.5.0-m2. (Andrey) +- Improved LCG entropy. (Rasmus, Samy Kamkar) -- Improved LCG entropy (Rasmus, Samy Kamkar) +- Fixed build of mysqli with MySQL 5.5.0-m2. (Andrey) - Fixed bug #50680 (strtotime() does not support eighth ordinal number). (Ilia)