From 6612a73b82734e4f03a6969b9a03ace7c4693179 Mon Sep 17 00:00:00 2001 From: Marat Nagayev Date: Thu, 22 Jun 2017 22:34:42 +0300 Subject: [PATCH] fix news --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2496664ddf91c..6fef99405ca97 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP NEWS ?? ??? ????, PHP 7.2.0alpha3 - 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) . Allow loading PHP/Zend extensions by name in ini files (extension=).