mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
UPGRADING: fix some typos [skip ci] (#17701)
This commit is contained in:
parent
790286ab6c
commit
dc7161cffe
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ PHP 8.5 UPGRADE NOTES
|
||||||
|
|
||||||
- Session:
|
- Session:
|
||||||
. session_start is stricter in regard of the option argument.
|
. session_start is stricter in regard of the option argument.
|
||||||
it throws a ValueError if the whole is not a hashmap or
|
It throws a ValueError if the whole is not a hashmap or
|
||||||
a TypeError if read_on_close value is not a valid type
|
a TypeError if read_on_close value is not a valid type
|
||||||
compatible with int.
|
compatible with int.
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@ PHP 8.5 UPGRADE NOTES
|
||||||
. socket_create_listen, socket_bind and socket_sendto throw a
|
. socket_create_listen, socket_bind and socket_sendto throw a
|
||||||
ValueError if the port is lower than 0 or greater than 65535,
|
ValueError if the port is lower than 0 or greater than 65535,
|
||||||
also if any of the hints array entry is indexes numerically.
|
also if any of the hints array entry is indexes numerically.
|
||||||
. socket_addrinfo_lookup throw a TypeError if any of the hints
|
. socket_addrinfo_lookup throws a TypeError if any of the hints
|
||||||
values cannot be cast to a int and can throw a ValueError if
|
values cannot be cast to a int and can throw a ValueError if
|
||||||
any of these values overflow.
|
any of these values overflow.
|
||||||
. socket_set_option with MCAST_LEAVE_GROUP/MCAST_LEAVE_SOURCE_GROUP
|
. socket_set_option with MCAST_LEAVE_GROUP/MCAST_LEAVE_SOURCE_GROUP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue