You can now enjoy better performance, better syntax, improved type safety with PHP 8.1.0 on your local machine via AMPPS.
PHP 8.1 comes with numerous improvements and new features such as:
- Enumerations
- Readonly properties
- Fibers
- Pure Intersection Types
- never return type
- First-class Callable Syntax
- "final" modifier for class constants
- New fsync and fdatasync functions
- New array_is_list function
- Explicit Octal numeral notation
- And much much more...
Take a look at the PHP 8.1 Announcement Addendum for more information.
Check the migration guide from PHP 8.0 to 8.1 here :