com php-src: Update NEWS: NEWS
[email protected] (Christopher Jones)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 1f9bdec05999314248293cdc4f16e192b9931e45 Author: Christopher Jones <[email protected]> Thu, 2 Mar 2017 15:35:19 +1100 Parents: f997d6f4ca27661e10570c102d4275e1138e7164 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1f9bdec05999314248293cdc4f16e192b9931e45 Log: Update NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index d27af1a..f465d7d 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)