Skip to content

Commit 0d19ae4

Browse files
committed
Add support for binary and octal number prefixes for INI settings
Closes GH-9560
1 parent 662c149 commit 0d19ae4

12 files changed

+2459
-12
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,10 @@ PHP 8.2 UPGRADE NOTES
429429
11. Changes to INI File Handling
430430
========================================
431431

432+
- Support for binary and octal number prefixes for INI settings has been added.
433+
Previously only hexadecimal prefixes and using a leading 0 for octal numbers
434+
was supported.
435+
432436
- Parsing of some ill-formatted values will now trigger a warning when this was
433437
silently ignored before. Interpretation of these values is not changed, for
434438
backwards compatibility. This affects the following settings:

0 commit comments

Comments
 (0)