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
155155
156156- Session:
157157 . 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
159159 a TypeError if read_on_close value is not a valid type
160160 compatible with int.
161161
@@ -170,7 +170,7 @@ PHP 8.5 UPGRADE NOTES
170170 . socket_create_listen, socket_bind and socket_sendto throw a
171171 ValueError if the port is lower than 0 or greater than 65535,
172172 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
174174 values cannot be cast to a int and can throw a ValueError if
175175 any of these values overflow.
176176 . socket_set_option with MCAST_LEAVE_GROUP/MCAST_LEAVE_SOURCE_GROUP
You can’t perform that action at this time.
0 commit comments