From c082c92b7e5a32686c1c085868e01ed1c09e9635 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 2 Mar 2017 20:45:15 +0100 Subject: [PATCH] sync NEWS for bug #74159 --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0aa1a01c63f..bb94fce46b2 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)