Skip to content

Commit 59e2ce9

Browse files
committed
Sort the NEWS file alphabetically.
Insert OCD otter meme here.
1 parent 8983a38 commit 59e2ce9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

NEWS

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@ PHP NEWS
1414
. Implemented FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir
1515
or safe_mode). (Adam)
1616

17-
- Session:
18-
. Fixed Bug #65315 (session.hash_function silently fallback to default md5)
19-
(Yasuo)
20-
. Implemented Request #54649 (Create session_serializer_name()). (Yasuo)
21-
. Implemented Request #17860 (Session write short circuit). (Yasuo)
22-
. Implemented Request #20421 (session_abort() and session_reset() function).
23-
(Yasuo)
24-
. Implemented Request #11100 (session_gc() function). (Yasuo)
17+
- GMP:
18+
. Moved GMP to use object as the underlying structure and implemented various
19+
improvements based on this.
20+
(RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
2521

2622
- mysqlnd:
2723
. Disabled flag for SP OUT variables for 5.5+ servers as they are not natively
@@ -39,10 +35,14 @@ PHP NEWS
3935
. Fixed Bug #63657 (pgsqlCopyFromFile, pgsqlCopyToArray use Postgres < 7.3
4036
syntax). (Matteo)
4137

42-
- GMP:
43-
. Moved GMP to use object as the underlying structure and implemented various
44-
improvements based on this.
45-
(RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
38+
- Session:
39+
. Fixed Bug #65315 (session.hash_function silently fallback to default md5)
40+
(Yasuo)
41+
. Implemented Request #54649 (Create session_serializer_name()). (Yasuo)
42+
. Implemented Request #17860 (Session write short circuit). (Yasuo)
43+
. Implemented Request #20421 (session_abort() and session_reset() function).
44+
(Yasuo)
45+
. Implemented Request #11100 (session_gc() function). (Yasuo)
4646

4747
- Standard:
4848
. Implemented FR #65634 (HTTP wrapper is very slow with protocol_version

0 commit comments

Comments
 (0)