File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ PHP 8.5 UPGRADE NOTES
155
155
156
156
- Session:
157
157
. session_start is stricter in regard of the option argument.
158
- it throws a ValueError if the whole is not a hashmap or
158
+ It throws a ValueError if the whole is not a hashmap or
159
159
a TypeError if read_on_close value is not a valid type
160
160
compatible with int.
161
161
@@ -170,7 +170,7 @@ PHP 8.5 UPGRADE NOTES
170
170
. socket_create_listen, socket_bind and socket_sendto throw a
171
171
ValueError if the port is lower than 0 or greater than 65535,
172
172
also if any of the hints array entry is indexes numerically.
173
- . socket_addrinfo_lookup throw a TypeError if any of the hints
173
+ . socket_addrinfo_lookup throws a TypeError if any of the hints
174
174
values cannot be cast to a int and can throw a ValueError if
175
175
any of these values overflow.
176
176
. socket_set_option with MCAST_LEAVE_GROUP/MCAST_LEAVE_SOURCE_GROUP
You can’t perform that action at this time.
0 commit comments