From: Christopher Jones Date: Thu, 2 Mar 2017 04:35:19 +0000 (+1100) Subject: Update NEWS X-Git-Tag: php-7.2.0alpha1~312 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f9bdec05999314248293cdc4f16e192b9931e45;p=php Update NEWS --- diff --git a/NEWS b/NEWS index d27af1a431..f465d7dbfd 100644 --- a/NEWS +++ b/NEWS @@ -118,6 +118,9 @@ PHP NEWS instance. (Adam Baratz) . Add test coverage for bug #72969. (Jeff Farr) +- PDO_OCI: + . Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated). (gureedo / Oracle) + - PDO_PgSQL: . Fixed bug #73959 (lastInsertId fails to throw an exception for wrong sequence name). (andrewnester)