File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ PHP 8.5 UPGRADE NOTES
381
381
- Sockets:
382
382
. socket_create_listen, socket_bind and socket_sendto throw a
383
383
ValueError if the port is lower than 0 or greater than 65535,
384
- also if any of the hints array entry is indexes numerically.
384
+ and also if any of the hints array entries are indexed numerically.
385
385
. socket_addrinfo_lookup throws a TypeError if any of the hints
386
386
values cannot be cast to int and can throw a ValueError if
387
387
any of these values overflow.
@@ -506,7 +506,7 @@ PHP 8.5 UPGRADE NOTES
506
506
CURLFOLLOW_FIRSTONLY.
507
507
508
508
- Fileinfo:
509
- . Upgraded to file 5.46.
509
+ . Upgraded file from 5.45 to 5.46.
510
510
. The return type of finfo_close() has been changed to true, rather
511
511
than bool.
512
512
@@ -521,7 +521,7 @@ PHP 8.5 UPGRADE NOTES
521
521
RFC: https://wiki.php.net/rfc/url_parsing_api
522
522
523
523
- PCRE:
524
- . Upgraded to pcre2lib from 10.44 to 10.45.
524
+ . Upgraded pcre2lib from 10.44 to 10.45.
525
525
526
526
- PDO_Sqlite:
527
527
. Increased minimum release version support from 3.7.7 to 3.7.17.
You can’t perform that action at this time.
0 commit comments