From: Lior Kaplan Date: Thu, 3 Dec 2015 15:58:59 +0000 (+0200) Subject: Align NEWS entries format X-Git-Tag: php-7.1.0alpha1~705^2~27^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca4de6c3982f65ec318e5d51f9c57fd94073b2b2;p=php Align NEWS entries format --- diff --git a/NEWS b/NEWS index 110958da42..b98ff42081 100644 --- a/NEWS +++ b/NEWS @@ -6,13 +6,13 @@ Core: . Fixed bug #62210 (Exceptions can leak temporary variables). (Dmitry, Bob) . Added void return type. (Andrea) -Standard +Standard: . Implemented FR #55716 (Add an option to pass a custom stream context to get_headers()). (Ferenc) . Implemented FR #69359 (Provide a way to fetch the current environment variables). (Ferenc) -Hash +Hash: . Added SHA3 fixed mode algorithms (224, 256, 384, and 512 bit). (Sara) PDO_Firebird: