From: Adam Harvey Date: Wed, 11 Sep 2013 21:37:07 +0000 (-0700) Subject: Sort the NEWS file alphabetically. X-Git-Tag: PRE_PHPNG_MERGE~222^2~6^2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59e2ce9ff19540dd85ebe25278a6d5b24a0fac64;p=php Sort the NEWS file alphabetically. Insert OCD otter meme here. --- diff --git a/NEWS b/NEWS index 3848161f97..64ca9a5df3 100644 --- a/NEWS +++ b/NEWS @@ -14,14 +14,10 @@ PHP NEWS . Implemented FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode). (Adam) -- Session: - . Fixed Bug #65315 (session.hash_function silently fallback to default md5) - (Yasuo) - . Implemented Request #54649 (Create session_serializer_name()). (Yasuo) - . Implemented Request #17860 (Session write short circuit). (Yasuo) - . Implemented Request #20421 (session_abort() and session_reset() function). - (Yasuo) - . Implemented Request #11100 (session_gc() function). (Yasuo) +- GMP: + . Moved GMP to use object as the underlying structure and implemented various + improvements based on this. + (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita) - mysqlnd: . Disabled flag for SP OUT variables for 5.5+ servers as they are not natively @@ -39,10 +35,14 @@ PHP NEWS . Fixed Bug #63657 (pgsqlCopyFromFile, pgsqlCopyToArray use Postgres < 7.3 syntax). (Matteo) -- GMP: - . Moved GMP to use object as the underlying structure and implemented various - improvements based on this. - (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita) +- Session: + . Fixed Bug #65315 (session.hash_function silently fallback to default md5) + (Yasuo) + . Implemented Request #54649 (Create session_serializer_name()). (Yasuo) + . Implemented Request #17860 (Session write short circuit). (Yasuo) + . Implemented Request #20421 (session_abort() and session_reset() function). + (Yasuo) + . Implemented Request #11100 (session_gc() function). (Yasuo) - Standard: . Implemented FR #65634 (HTTP wrapper is very slow with protocol_version