summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-10-20 15:32:01 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-10-20 15:35:41 +0200
commit1c157d3fa2e102ccf375ec4c1ddca8770208dae7 (patch)
tree7860c7d0bdc0bdf91e4a1b4b4f13447e354b41a0 /NEWS
parent486c49dee80440e3aeafc90733c3afe6a19abaed (diff)
downloadphp-git-1c157d3fa2e102ccf375ec4c1ddca8770208dae7.tar.gz
Fixed bug #80256
Remove the transfer_encoding stream filter immediately when we destroy the old stream, to make sure it doesn't get attached to the new stream.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3977dcdd55..3d588c546f 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP NEWS
- Opcache:
. Fixed bug #80255 (Opcache bug (bad condition result) in 8.0.0rc1). (Nikita)
+- Standard:
+ . Fixed bug #80256 (file_get_contents strip first line with chunked encoding
+ redirect). (Nikita)
+
15 Oct 2020, PHP 8.0.0RC2
- Core: