From: Tyson Andre Date: Wed, 28 Jun 2017 22:46:58 +0000 (-0700) Subject: Fix typo in PHP 7.1.8 news X-Git-Tag: php-7.2.0alpha3~25^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a99c5f28c5354f0696cecc9155c1023aac1596f2;p=php Fix typo in PHP 7.1.8 news --- diff --git a/NEWS b/NEWS index e8ef2911af..cdcbbb84ac 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP NEWS ?? ??? 2017, PHP 7.1.8 - Core: - . Fixed bug #74780 (parse_url() borken when query string contains colon). + . Fixed bug #74780 (parse_url() broken when query string contains colon). (jhdxr) . Fixed bug #74761 (Unary operator expected error on some systems). (petk) . Fixed bug #73900 (Use After Free in unserialize() SplFixedArray). (nikic)