]> granicus.if.org Git - php/commitdiff
BFN
authorFelipe Pena <felipe@php.net>
Fri, 13 Feb 2009 11:21:59 +0000 (11:21 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 13 Feb 2009 11:21:59 +0000 (11:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6e488d55e04b390d2113ac2bc4ade7e6b5e3cfa8..d700791b69deba951799f8b7523209ace2c969d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2009, PHP 5.3.0 Beta 2
+?? ??? 2009, PHP 5.3.0 Beta 2  
 - Fixed bug #47329 (Crash in garbage collector). (Dmitry)
 - Fixed bug #47320 ($php_errormsg out of scope in functions). (Dmitry)
 - Fixed bug #47265 (generating phar.phar failes because of safe_mode). (Greg)
@@ -9,6 +9,9 @@ PHP                                                                        NEWS
 - Fixed bug #47031 (Fix constants in DualIterator example). (Etienne)
 - Fixed bug #46347 (parse_ini_file() doesn't support * in keys). (Nuno)
 - Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator). (David C.)
+- Fixed bug #45432 (PDO: persistent connection leak). (Felipe)
+- Fixed bug #43831 ($this gets mangled when extending PDO with persistent 
+  connection). (Felipe)
 
 29 Jan 2009, PHP 5.3.0 Beta 1
 - Upgraded bundled sqlite to version 3.6.10. (Scott, Ilia)