From 4a8de304e2077cc37967341fa45daba050e7abdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Mon, 19 Oct 2009 21:43:34 +0000 Subject: [PATCH] Merge #289581 (Fixed PDORow and PDOStatement crashes when instantiating throught Reflection (Felipe) --- NEWS | 3 --- 1 file changed, 3 deletions(-) diff --git a/NEWS b/NEWS index 8df911f1c01..34be2a38c53 100644 --- a/NEWS +++ b/NEWS @@ -8,9 +8,6 @@ PHP NEWS - Implemented FR #49253 (added support for libcurl's CERTINFO option). (Linus Nielsen Feltzing ) -- 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).