File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ PHP NEWS
40
40
- Intl:
41
41
. Add IntlCalendar::setMinimalDaysInFirstWeek()/
42
42
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.
44
44
. Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas)
45
45
. Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions).
46
46
(Stas)
@@ -65,6 +65,10 @@ PHP NEWS
65
65
- Sockets:
66
66
. Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).
67
67
(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)
68
72
69
73
- SPL:
70
74
. Fixed bug #65136 (RecursiveDirectoryIterator segfault). (Laruence)
You can’t perform that action at this time.
0 commit comments