]> granicus.if.org Git - php/commitdiff
Merge #289581 (Fixed PDORow and PDOStatement crashes when instantiating throught
authorJohannes Schlüter <johannes@php.net>
Mon, 19 Oct 2009 21:43:34 +0000 (21:43 +0000)
committerJohannes Schlüter <johannes@php.net>
Mon, 19 Oct 2009 21:43:34 +0000 (21:43 +0000)
Reflection (Felipe)

NEWS

diff --git a/NEWS b/NEWS
index 8df911f1c016a194ffb6091109608f62d121061e..34be2a38c53ee1d194f46cab8dc8b95a5b304661 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,9 +8,6 @@ PHP                                                                        NEWS
 - Implemented FR #49253 (added support for libcurl's CERTINFO option).
   (Linus Nielsen Feltzing <linus@haxx.se>)
   
-- Fixed crash when instantiating PDORow and PDOStatement through Reflection.
-  (Felipe)
-
 - Fixed bug #49855 (import_request_variables() always returns NULL). (Ilia,
   sjoerd at php dot net)
 - Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).