summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-10-10 20:55:44 +0200
committerAnatol Belski <ab@php.net>2016-10-10 20:55:44 +0200
commit4165d976066129000d947ffa3be73f91e9867635 (patch)
tree5e90ba6f386a177d67ddd8be24f486f878937535
parent256b150a963337eeea5d42e3769ebf5ae45f50c8 (diff)
downloadphp-git-4165d976066129000d947ffa3be73f91e9867635.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9fc658ec7b..cf765ff3dc 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ PHP NEWS
imagesetinterpolation()). (cmb)
. Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb)
+- SOAP:
+ . Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol)
+
- Standard:
. Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)