From: Anatol Belski Date: Mon, 10 Oct 2016 18:57:57 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0RC4~21^2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29a089d3c9ee7cda0823b6c0592d65e0979b3820;p=php update NEWS --- diff --git a/NEWS b/NEWS index 9af35ebea2..96b5877eb4 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,9 @@ PHP NEWS . Fixed bug #73273 (session_unset() empties values from all variables in which is $_session stored). (Nikita) +- SOAP: + . Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol) + - Standard: . Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)