This version is no longer officially supported.
Official support refers to that provided direct by the PHP Project.
If you install PHP via third-party packages, support timelines may be different.
Please read the Release Support Policy for more information.
Latest Release: 8.1.34 (2025-12-18)
Upgrade Tips
-
Native support for Enumerations (Enums), allowing restricted sets of possible values for a type.
-
Core support for asynchronous programming using Fibers for cooperative multitasking.
-
Class properties can be permanently marked readonly, allowing initialization only once.
-
Create closures from callables cleanly using the new ... operator.