From: Stanislav Malyshev Date: Thu, 8 Mar 2007 22:53:37 +0000 (+0000) Subject: more fixes X-Git-Tag: php-5.2.2RC1~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0aa13e923b2cfb994562a234c7bcd298c6bb9edd;p=php more fixes --- diff --git a/NEWS b/NEWS index 4bfd4bc192..754c58a095 100644 --- a/NEWS +++ b/NEWS @@ -80,8 +80,10 @@ PHP NEWS (jdolecek at netbsd dot org, Nuno) - Limit nesting level of input variables with max_input_nesting_level as fix for MOPB-03-2007 (Stas) -- Fix substr_compare and substr_count information leak (MOPB-14) (Stas, Ilia) -- Fix crash on op-assign where argument is string offset (Brian, Stas) +- Fixed substr_compare and substr_count information leak (MOPB-14) (Stas, Ilia) +- Fixed crash on op-assign where argument is string offset (Brian, Stas) +- Fixed bug #38710 (data leakage because of nonexisting boundary checking in + statements in mysqli) (Stas) 08 Feb 2007, PHP 5.2.1 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia).