summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2013-09-11 14:37:07 -0700
committerAdam Harvey <aharvey@php.net>2013-09-11 14:37:07 -0700
commit59e2ce9ff19540dd85ebe25278a6d5b24a0fac64 (patch)
tree7790aa7e4bd146ad371a5065c97f2fae015b2248 /NEWS
parent8983a38d5130c11bd96643dfa2b2f1393ac5969d (diff)
downloadphp-git-59e2ce9ff19540dd85ebe25278a6d5b24a0fac64.tar.gz
Sort the NEWS file alphabetically.
Insert OCD otter meme here.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 12 insertions, 12 deletions
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