From: Jani Taskinen Date: Mon, 1 Feb 2010 11:46:57 +0000 (+0000) Subject: fix news X-Git-Tag: php-5.2.13RC2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aea85a621295285d76b87f9be6ea6a2504bf29a;p=php fix news --- diff --git a/NEWS b/NEWS index 3acea072c9..3a3089300b 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ PHP NEWS - Fixed a possible open_basedir/safe_mode bypass in session extension identified by Grzegorz Stachowiak. (Ilia) +- Fixed bug #50727 (Accesing mysqli->affected_rows on no connection causes + segfault). (Andrey, Johannes) + 28 Jan 2010, PHP 5.2.13RC1 - Updated timezone database to version 2010.2. (Derick) @@ -40,8 +43,6 @@ PHP NEWS - Fixed bug #50732 (exec() adds single byte twice to $output array). (Ilia) - Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0). (Joey, Ilia) -- Fixed bug #50727 Accesing mysqli->affected_rows on no connection causes - segfault). (Andrey, Johannes) - Fixed bug #50680 (strtotime() does not support eighth ordinal number). (Ilia) - Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16). (Rob)