Skip to content

Commit c8c470a

Browse files
committed
[ci skip] Order NEWS sections alphabetically
1 parent 369f8da commit c8c470a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

NEWS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ PHP NEWS
4545
. Added ReflectionFunction::isAnonymous(). (Nicolas Grekas)
4646
. Added ReflectionMethod::hasPrototype(). (Ollie Read)
4747

48+
- Session:
49+
. Fixed bug GH-7787 (Improve session write failure message for user error
50+
handlers). (ilutov)
51+
4852
- Sodium:
4953
. Added sodium_crypto_stream_xchacha20_xor_ic(). (Scott)
5054

5155
- SQLite3:
5256
. Changed sqlite3.defensive from PHP_INI_SYSTEM to PHP_INI_USER. (bohwaz)
5357

54-
- Streams:
55-
. Set IP_BIND_ADDRESS_NO_PORT if available when connecting to remote host.
56-
(Cristian Rodríguez)
57-
5858
- Standard:
5959
. net_get_interfaces() also reports wireless network interfaces on Windows.
6060
(Yurun)
@@ -64,13 +64,13 @@ PHP NEWS
6464
. New function memory_reset_peak_usage(). (Patrick Allaert)
6565
. Fixed parse_url(): can not recognize port without scheme. (pandaLIU)
6666

67+
- Streams:
68+
. Set IP_BIND_ADDRESS_NO_PORT if available when connecting to remote host.
69+
(Cristian Rodríguez)
70+
6771
- Zip:
6872
. add ZipArchive::clearError() method
6973
. add ZipArchive::getStreamName() method
7074
. add ZipArchive::getStreamIndex() method
7175

72-
- Session:
73-
. Fixed bug GH-7787 (Improve session write failure message for user error
74-
handlers). (ilutov)
75-
7676
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>

0 commit comments

Comments
 (0)