From: Pierre Joye Date: Mon, 12 Apr 2010 19:57:07 +0000 (+0000) Subject: - begintransaction entry X-Git-Tag: php-5.3.3RC1~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=036c5f9f31a034b691a1f26448f53e456f4eccde;p=php - begintransaction entry --- diff --git a/NEWS b/NEWS index f51132d4c6..50daebd2ce 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ PHP NEWS - Changed namespaced classes so that the ctor can only be named __construct now. (Stas) +- 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)