]> granicus.if.org Git - php/commitdiff
BFN
authorJohannes Schlüter <johannes@php.net>
Mon, 27 Oct 2008 17:25:43 +0000 (17:25 +0000)
committerJohannes Schlüter <johannes@php.net>
Mon, 27 Oct 2008 17:25:43 +0000 (17:25 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3b78e29ce651a63daa4733a60aa42beaccedfd19..1355e77a59e3a94dfbe8b5df7f011041de38e2f7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,8 @@ PHP                                                                        NEWS
 
 - Fixed bug causing the algorithm parameter of mhash() to be modified. (Scott)
 
+- Fixed bug #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is
+  executed). (Johannes)
 - Fixed bug #46238 (Segmentation fault on static call with empty string method).
   (Felipe)
 - Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown).