From: foobar Date: Sun, 18 Dec 2005 00:07:40 +0000 (+0000) Subject: it is easier to spot fixes when you know what and where something was fixed X-Git-Tag: php-5.1.2RC1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9ffac3eda410debd1504e87f81cf7bcfe97f880;p=php it is easier to spot fixes when you know what and where something was fixed --- diff --git a/NEWS b/NEWS index 04496c61d0..d984b3268e 100644 --- a/NEWS +++ b/NEWS @@ -21,7 +21,7 @@ PHP NEWS . Fixed iterator edge cases . Added methods getNamespaces(), getDocNamespaces() - Fixed prepared statement name conflict handling in PDO_PGSQL. (Thies, Ilia) -- Fixed memory corruption when FETCH_LAZY mode is being used. (Ilia) +- Fixed memory corruption when PDO::FETCH_LAZY mode is being used. (Ilia) - Fixed possible leaks in imagecreatefromstring() with invalid data. (Pierre) - Fixed possible memory corruption inside mb_strcut(). (Ilia) - Fixed possible header injection by limiting each header to a single line.