From: Antony Dovgal Date: Fri, 28 Jan 2005 02:00:54 +0000 (+0000) Subject: BFN (#31732) X-Git-Tag: php-5.0.4RC1~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d24c272e50264369253b3f66225c31dff86688cd;p=php BFN (#31732) --- diff --git a/NEWS b/NEWS index 4706de3fdf..1fee896eb9 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ PHP NEWS is passed. (Tony) - Fixed posix_getsid() & posix_getpgid() to return sid & pgid instead of true. (Tony) +- Fixed bug #31732 (mb_get_info() causes segfault when no parameters + specified). (Tony) - Fixed bug #31710 (Wrong return values for mysqli_autocommit/commit/rollback). (Georg) - Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar). (Ilia)