From: Pierre Joye Date: Mon, 12 Apr 2010 19:56:57 +0000 (+0000) Subject: - pdo::begintransaction entry X-Git-Tag: php-5.2.14RC1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebba322d541318bcfc3b8f690031de0557009628;p=php - pdo::begintransaction entry --- diff --git a/NEWS b/NEWS index 7d8924bcac..499d1fe673 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ PHP NEWS - Updated timezone database to version 2010.5. (Derick) +- Reset error state in PDO::beginTransaction() reset error state. (Ilia) - Fixed a NULL pointer dereference when processing invalid XML-RPC requests (Fixes CVE-2010-0397, bug #51288). (Raphael Geissert)