summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0aa1a01c63..bb94fce46b 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)