jani                                     Mon, 01 Feb 2010 11:46:57 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=294300

Log:
fix news

Changed paths:
    U   php/php-src/branches/PHP_5_2/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===================================================================
--- php/php-src/branches/PHP_5_2/NEWS   2010-02-01 11:38:50 UTC (rev 294299)
+++ php/php-src/branches/PHP_5_2/NEWS   2010-02-01 11:46:57 UTC (rev 294300)
@@ -4,7 +4,10 @@
 - 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)
 - Upgraded bundled PCRE to version 8.01. (Ilia)
@@ -40,8 +43,6 @@
 - 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to