From: Anatol Belski Date: Wed, 9 Nov 2016 20:34:41 +0000 (+0100) Subject: add missing NEWS entry X-Git-Tag: php-7.0.14RC1~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6be10857484f66537bfb776331e3a540934b18f;p=php add missing NEWS entry --- diff --git a/NEWS b/NEWS index 301153995c..1dd3dda4db 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,7 @@ PHP NEWS . Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb) . Fixed bug #71241 (array_replace_recursive sometimes mutates its parameters). (adsr) + . Fixed bug #73192 (parse_url return wrong hostname). (Nikita) - Wddx: . Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization