File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ PHP NEWS
45
45
. Added ReflectionFunction::isAnonymous(). (Nicolas Grekas)
46
46
. Added ReflectionMethod::hasPrototype(). (Ollie Read)
47
47
48
+ - Session:
49
+ . Fixed bug GH-7787 (Improve session write failure message for user error
50
+ handlers). (ilutov)
51
+
48
52
- Sodium:
49
53
. Added sodium_crypto_stream_xchacha20_xor_ic(). (Scott)
50
54
51
55
- SQLite3:
52
56
. Changed sqlite3.defensive from PHP_INI_SYSTEM to PHP_INI_USER. (bohwaz)
53
57
54
- - Streams:
55
- . Set IP_BIND_ADDRESS_NO_PORT if available when connecting to remote host.
56
- (Cristian Rodríguez)
57
-
58
58
- Standard:
59
59
. net_get_interfaces() also reports wireless network interfaces on Windows.
60
60
(Yurun)
@@ -64,13 +64,13 @@ PHP NEWS
64
64
. New function memory_reset_peak_usage(). (Patrick Allaert)
65
65
. Fixed parse_url(): can not recognize port without scheme. (pandaLIU)
66
66
67
+ - Streams:
68
+ . Set IP_BIND_ADDRESS_NO_PORT if available when connecting to remote host.
69
+ (Cristian Rodríguez)
70
+
67
71
- Zip:
68
72
. add ZipArchive::clearError() method
69
73
. add ZipArchive::getStreamName() method
70
74
. add ZipArchive::getStreamIndex() method
71
75
72
- - Session:
73
- . Fixed bug GH-7787 (Improve session write failure message for user error
74
- handlers). (ilutov)
75
-
76
76
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
You can’t perform that action at this time.
0 commit comments