]> granicus.if.org Git - php/commitdiff
BFN
authorAntony Dovgal <tony2001@php.net>
Sat, 22 Apr 2006 19:16:36 +0000 (19:16 +0000)
committerAntony Dovgal <tony2001@php.net>
Sat, 22 Apr 2006 19:16:36 +0000 (19:16 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0fc1432b0dcafa695848d6967ff63bc000f915c1..ccfd15f2693363793d0411331d4bf38ca179ca1d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 20 Apr 2006, PHP 5.1.3RC3
 - Fixed reading stream filters never notified about EOF. (Mike)
+- Fixed bug #37167 (PDO segfaults when throwing exception from the fetch 
+  handler). (Tony)
 - Fixed bug #37158 (fread behaviour changes after calling
   stream_wrapper_register). (Wez)
 - Fixed bug #37138 (__autoload tries to load callback'ed self and parent).