From e922d89f667a228e440ef089ba4a81a7eb817816 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 9 Nov 2016 21:32:44 +0100 Subject: [PATCH 1/3] add missing NEWS entry --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 0011316657a..bb32f6a3b6e 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,7 @@ PHP NEWS - Standard: . Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb) . Fixed bug #73188 (use after free in userspace streams). (Sara) + . Fixed bug #73192 (parse_url return wrong hostname). (Nikita) - Wddx: . Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization From f6be10857484f66537bfb776331e3a540934b18f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 9 Nov 2016 21:34:41 +0100 Subject: [PATCH 2/3] add missing NEWS entry --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 301153995cf..1dd3dda4db5 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 From 6c087f8551fca341c274a68e1e4a5c9a435932b8 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 9 Nov 2016 21:37:04 +0100 Subject: [PATCH 3/3] add missing entry --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 4d97ec2c0a2..24e2931d12f 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,9 @@ PHP NEWS - CLI Server: . Fixed bug #73360 (Unable to work in root with unicode chars). (Anatol) +- Standard: + . Fixed bug #73192 (parse_url return wrong hostname). (Nikita) + - SQLite3: . Fixed bug #73333 (2147483647 is fetched as string). (cmb)