Skip to content

Commit b0bce5f

Browse files
authored
[skip ci] UPGRADING: add entry for #22371
1 parent 5eb9bbd commit b0bce5f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ PHP 8.6 UPGRADE NOTES
226226
UINT_MAX instead of allowing the value to overflow.
227227
. proc_open() now raises a ValueError when the $cwd argument contains NUL
228228
bytes.
229+
. base_convert(), bindex(), hexdec() and octdec() now raise a notice when
230+
they cannot precisely convert the given number.
229231

230232
- Sysvshm:
231233
. shm_attach() now raises a ValueError when the $key argument is outside the

0 commit comments

Comments
 (0)