From: Christoph M. Becker Date: Mon, 8 Oct 2018 10:30:14 +0000 (+0200) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.3.0RC3~5^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=879c937a272328d9d333a4188acc98b53f45fcb1;p=php Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #76954: apache_response_headers removes last character from header name --- 879c937a272328d9d333a4188acc98b53f45fcb1 diff --cc NEWS index 1776413bf2,dd8884ce43..e4429f7a9b --- a/NEWS +++ b/NEWS @@@ -12,7 -10,10 +12,9 @@@ PH and "y"). (Adam Saponara) - FCGI: - . Fixed bug #76948 (Failed shutdown/reboot or end session in Windows). - (Anatol) + . Fixed #76948 (Failed shutdown/reboot or end session in Windows). (Anatol) + . Fixed bug #76954 (apache_response_headers removes last character from header + name). (stodorovic) - FTP: . Fixed bug #76972 (Data truncation due to forceful ssl socket shutdown).