summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-02 20:45:15 +0100
committerAnatol Belski <ab@php.net>2017-03-02 20:45:15 +0100
commitc082c92b7e5a32686c1c085868e01ed1c09e9635 (patch)
tree38d92fa5fab305d0674ccd12de7e7a6e815de78c
parent18f7e262570b8766cf6d7f7e0990affe687fa098 (diff)
downloadphp-git-c082c92b7e5a32686c1c085868e01ed1c09e9635.tar.gz
sync NEWS for bug #74159
-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)