@@ -14,14 +14,10 @@ PHP NEWS
14
14
. Implemented FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir
15
15
or safe_mode). (Adam)
16
16
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)
25
21
26
22
- mysqlnd:
27
23
. Disabled flag for SP OUT variables for 5.5+ servers as they are not natively
@@ -39,10 +35,14 @@ PHP NEWS
39
35
. Fixed Bug #63657 (pgsqlCopyFromFile, pgsqlCopyToArray use Postgres < 7.3
40
36
syntax). (Matteo)
41
37
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)
46
46
47
47
- Standard:
48
48
. Implemented FR #65634 (HTTP wrapper is very slow with protocol_version
0 commit comments