File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ PHP NEWS
2323 . Fixed bug GH-20426 (Spoofchecker::setRestrictionLevel() error message
2424 suggests missing constants). (DanielEScherzer)
2525
26+ - JSON:
27+ . Enriched JSON last error / exception message with error location.
28+ (Juan Morales)
29+
2630- Fibers:
2731 . Fixed bug GH-20483 (ASAN stack overflow with fiber.stack_size INI
2832 small value). (David Carlier)
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ PHP 8.6 UPGRADE NOTES
4040 IntlNumberRangeFormatter::IDENTITY_FALLBACK_RANGE identity fallbacks.
4141 It is supported from icu 63.
4242
43+ - JSON:
44+ . Added extra info about error location to the JSON error messages returned
45+ from json_last_error_msg() and JsonException message.
46+
4347- Phar:
4448 . Overriding the getMTime() and getPathname() methods of SplFileInfo now
4549 influences the result of the phar buildFrom family of functions.
You can’t perform that action at this time.
0 commit comments