]> granicus.if.org Git - php/commitdiff
bug fixing news
authorIlia Alshanetsky <iliaa@php.net>
Sat, 17 Dec 2005 20:09:08 +0000 (20:09 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sat, 17 Dec 2005 20:09:08 +0000 (20:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 439a65e8af83700851803aec577e9f5c432f6264..bba1fdde2f99e1d8d79809de9410d7df34081249 100644 (file)
--- 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)