com php-src: Update NEWs: NEWS
[email protected] (Christopher Jones)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 9f09c810f5b45690fd2c04e6766a9bd6ffecfac6 Author: Christopher Jones <[email protected]> Thu, 2 Mar 2017 15:34:47 +1100 Parents: 06e5ec9e32c85fd2be082c1267b4a245e38008a1 Branches: PHP-7.1 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9f09c810f5b45690fd2c04e6766a9bd6ffecfac6 Log: Update NEWs Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 3f3da18..bf41d80 100644 --- a/NEWS +++ b/NEWS @@ -57,6 +57,9 @@ PHP NEWS . Fixed bug #74159 (Writing a large buffer to a non-blocking encrypted stream fails with "bad write retry"). (trowski) +- PDO_OCI: + . Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated). (gureedo / Oracle) + - Standard: . Fixed bug #74005 (mail.add_x_header causes RFC-breaking lone line feed). (Anatol)