From: Ilia Alshanetsky Date: Sat, 17 Dec 2005 20:09:08 +0000 (+0000) Subject: bug fixing news X-Git-Tag: php-5.1.2RC1~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58bd1ac860a020d3dcc65ba90b6252fdf3ac9780;p=php bug fixing news --- diff --git a/NEWS b/NEWS index 439a65e8af..bba1fdde2f 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,11 @@ PHP NEWS - Added new extensions: (Ilia, Wez) . XMLWriter . Hash +- Fixed memory corruption when FETCH_LAZY mode is being used. (Ilia) +- Safely handle prepared statement name conflicts in PDO_PGSQL. (Thies, Ilia) - Fixed possible leaks in imagecreatefromstring with invalid data (Pierre) - Added PNG compression support to GD extension. (Pierre) +- Fixed possible memory corruption inside mb_strcut(). (Ilia) - Added reflection constants as class constants. (Johannes) - Added --enable-gcov configure option to enable C-level code coverage. (John, Jani, Ilia, Marcus)