]> granicus.if.org Git - php/commitdiff
- BFN #46139
authorFelipe Pena <felipe@php.net>
Fri, 10 Oct 2008 16:49:26 +0000 (16:49 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 10 Oct 2008 16:49:26 +0000 (16:49 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 980b34d3cce3ae398224386de6359a4631c4e89e..d9351dea0b3495b029d3a20491dd1ac4b84289c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? Oct 2008, PHP 5.2.7RC2
 - Fixed bug #46246 (difference between call_user_func(array($this, $method))
   and $this->$method()). (Dmitry)
+- Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE).
+  (chsc at peytz dot dk, Felipe)
 - Fixed bug #44251, #41125 (PDO + quote() + prepare() can result in seg fault).
   (tsteiner at nerdclub dot net)