]> granicus.if.org Git - php/commitdiff
it is easier to spot fixes when you know what and where something was fixed
authorfoobar <sniper@php.net>
Sun, 18 Dec 2005 00:07:40 +0000 (00:07 +0000)
committerfoobar <sniper@php.net>
Sun, 18 Dec 2005 00:07:40 +0000 (00:07 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 04496c61d07c19e1da8240750dfdbf67dabb7f71..d984b3268ef476c0f0d4cef839cf1f554704d503 100644 (file)
--- 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.