com php-src: sync NEWS for bug #74159: NEWS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: c082c92b7e5a32686c1c085868e01ed1c09e9635 Author: Anatol Belski <[email protected]> Thu, 2 Mar 2017 20:45:15 +0100 Parents: 18f7e262570b8766cf6d7f7e0990affe687fa098 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c082c92b7e5a32686c1c085868e01ed1c09e9635 Log: sync NEWS for bug #74159 Bugs: https://bugs.php.net/74159 Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 0aa1a01..bb94fce 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ PHP NEWS . Fixed bug #74004 (LIBXML_NOWARNING flag ingnored on loadHTML*). (somedaysummer) +- OpenSSL: + . Fixed bug #74159 (Writing a large buffer to a non-blocking encrypted stream + fails with "bad write retry"). (trowski) + 16 Mar 2017 PHP 7.0.17 - Core: @@ -59,8 +63,6 @@ PHP NEWS - OpenSSL: . Fixed bug #74022 (PHP Fast CGI crashes when reading from a pfx file). (Anatol) - . 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)