Skip to content

Commit 745e81b

Browse files
UPGRADING: clean up a few entries [skip ci] (#19204)
Co-authored-by: Tim Düsterhus <tim@tideways-gmbh.com>
1 parent aba6b89 commit 745e81b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADING

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ PHP 8.5 UPGRADE NOTES
381381
- Sockets:
382382
. socket_create_listen, socket_bind and socket_sendto throw a
383383
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.
385385
. socket_addrinfo_lookup throws a TypeError if any of the hints
386386
values cannot be cast to int and can throw a ValueError if
387387
any of these values overflow.
@@ -506,7 +506,7 @@ PHP 8.5 UPGRADE NOTES
506506
CURLFOLLOW_FIRSTONLY.
507507

508508
- Fileinfo:
509-
. Upgraded to file 5.46.
509+
. Upgraded file from 5.45 to 5.46.
510510
. The return type of finfo_close() has been changed to true, rather
511511
than bool.
512512

@@ -521,7 +521,7 @@ PHP 8.5 UPGRADE NOTES
521521
RFC: https://wiki.php.net/rfc/url_parsing_api
522522

523523
- PCRE:
524-
. Upgraded to pcre2lib from 10.44 to 10.45.
524+
. Upgraded pcre2lib from 10.44 to 10.45.
525525

526526
- PDO_Sqlite:
527527
. Increased minimum release version support from 3.7.7 to 3.7.17.

0 commit comments

Comments
 (0)