Skip to content

Commit 0bd2bca

Browse files
committed
Remove sscanf %c UPGRADING note
1 parent 518f773 commit 0bd2bca

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

UPGRADING

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ PHP 8.6 UPGRADE NOTES
102102
- Standard:
103103
. Form feed (\f) is now added in the default trimmed characters of trim(),
104104
rtrim() and ltrim(). RFC: https://wiki.php.net/rfc/trim_form_feed
105-
. sscanf() and fscanf() %c conversions no longer stop at whitespace. They
106-
still do not skip leading whitespace; whitespace is now consumed and
107-
assigned as part of the result.
108105
. array_filter() now raises a ValueError when an invalid $mode
109106
argument value is passed.
110107
. array_change_key_case() now raises a ValueError when an invalid $case

0 commit comments

Comments
 (0)