From: Ilia Alshanetsky Date: Tue, 17 Jan 2006 19:57:01 +0000 (+0000) Subject: Bug fixing news X-Git-Tag: php-5.1.3RC1~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a6a07467f1955d0d8d0bc89e5df33f3643ba384;p=php Bug fixing news --- diff --git a/NEWS b/NEWS index af15733567..dc0c7b9561 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ PHP NEWS MYSQLI_TYPE_NEWDECIMAL and MYSQLI_TYPE_BIT. FR #36007. (Georg) - Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE on error. (Pierre) +- Fixed bug #36046 (parse_ini_file() miscounts lines in multi-line values). + (Ilia) - Fixed bug #36038 (ext/hash compile failure on Mac OSX). (Tony) - Fixed bug #36037 (heredoc adds extra line number). (Dmitry) - Fixed bug #36016 (realpath cache memleaks). (Dmitry, Nuno)