From: Rasmus Lerdorf Date: Thu, 12 Nov 2009 08:26:43 +0000 (+0000) Subject: NEWS entries for mysqli crash fix bug X-Git-Tag: php-5.2.12RC1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5dacfc2748e7a5cde28f7dfa2771595c223e0ce;p=php NEWS entries for mysqli crash fix bug --- diff --git a/NEWS b/NEWS index ad3a684fbe..5120669542 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,7 @@ PHP NEWS (Moriyoshi) - Fixed bug #49332 (Build error with Snow Leopard). (Scott) - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd) +- Fixed bug #49098 (mysqli segfault on error) (Rasmus) - Fixed bug #48805 (IPv6 socket transport is not working). (Ilia) - Fixed bug #48764 (PDO_pgsql::query() always uses implicit prepared statements if v3 proto available). (Matteo, Mark Kirkwood)