From: Anatol Belski Date: Wed, 9 Nov 2016 20:37:04 +0000 (+0100) Subject: add missing entry X-Git-Tag: php-7.1.0~3^2~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c087f8551fca341c274a68e1e4a5c9a435932b8;p=php add missing entry --- diff --git a/NEWS b/NEWS index 4d97ec2c0a..24e2931d12 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)