]> granicus.if.org Git - php/commitdiff
fix news
authorJani Taskinen <jani@php.net>
Mon, 1 Feb 2010 11:46:57 +0000 (11:46 +0000)
committerJani Taskinen <jani@php.net>
Mon, 1 Feb 2010 11:46:57 +0000 (11:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3acea072c9f13bb8c21ba696ad9b253b664c3d5a..3a3089300b32768d505b7be8eb77e951e40f6e2f 100644 (file)
--- 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)