Check it out:
Release Announcement
See what it means for you and your code:
Migration Guide
PHP 8.2 Released 🎊
I'm in no rush to upgrade from 8.1 yet, but looks like the only backwards-compatibility issues for our app may be the the deprecated "...${...}..."
syntax, and the DateTimeImmutable::createFromMutable()
function; both being only in a 3rd-party library, and appearing in about 5 files for a total of < 10 lines, so hopefully an easy lift.