For questions specific to the usage and new features of PHP 8.1. Also, include the more generic [php] tag when using this tag.
PHP 8.1 (released November 2021) includes many new features including:
- Fibers for asynchronous programming
- The
never
return type - Intersection type specifications
- Enumerations
- Read-only class properties
A full list of changes can be found in the migration guide.