From: Georg Richter Date: Wed, 5 Apr 2006 12:17:33 +0000 (+0000) Subject: fixed bigint conversion errors (windows) X-Git-Tag: php-5.1.3RC3~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=793d0ab719bd2f24becb5270dc227ddd77cd2ee5;p=php fixed bigint conversion errors (windows) --- diff --git a/NEWS b/NEWS index e81aadccb5..76526f3500 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 30 Mar 2006, PHP 5.1.3RC2 +- Fixed mysqli bigint conversion under Windows (Georg) - Fixed XSS inside phpinfo() with long inputs. (Ilia) - Check 2nd parameter of tempnam() against path components. (Ilia) - Fixed Apache2 SAPIs header handler modifying header strings. (Mike)