Skip to content

Commit ceecfaf

Browse files
committed
NEWS for 710150c and e2744f1
1 parent 710150c commit ceecfaf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PHP NEWS
4040
- Intl:
4141
. Add IntlCalendar::setMinimalDaysInFirstWeek()/
4242
intlcal_set_minimal_days_in_first_week().
43-
. Fixed trailing space in the name of constant IntlCalendar::FIELD_FIELD_COUNT.
43+
. Fixed trailing space in name of constant IntlCalendar::FIELD_FIELD_COUNT.
4444
. Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas)
4545
. Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions).
4646
(Stas)
@@ -65,6 +65,10 @@ PHP NEWS
6565
- Sockets:
6666
. Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).
6767
(Damjan Cvetko)
68+
. Allowed specifying paths in the abstract namespace for the functions
69+
socket_bind(), socket_connect() and socket_sendmsg(). (Gustavo)
70+
. Fixed bug #65260 (sendmsg() ancillary data construction for SCM_RIGHTS is
71+
faulty). (Gustavo)
6872

6973
- SPL:
7074
. Fixed bug #65136 (RecursiveDirectoryIterator segfault). (Laruence)

0 commit comments

Comments
 (0)