PHP 8.2.0 Released!
The PHP development team announces the immediate availability of PHP 8.2.0. This release marks the latest minor release of the PHP language.
PHP 8.2 comes with numerous improvements and new features such as:
- Readonly classes
- Disjunctive Normal Form (DNF) Types
- New stand-alone types: null, false, and true
- New "Random" extension
- Constants in traits
- Deprecate dynamic properties
- And much much more...
For source downloads of PHP 8.2.0 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.
The migration guide is available in the PHP Manual. Please consult it for the detailed list of new features and backward incompatible changes.
Kudos to all the contributors and supporters!
26 Nov 2022
PHP 8.0.26 Released!
The PHP development team announces the immediate availability of PHP 8.0.26. This is a bug fix release.
All PHP 8.0 users are encouraged to upgrade to this version.
For source downloads of PHP 8.0.26 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.
Please note, this is the last bug-fix release for the 8.0.x series. Security fix support will continue until 26 Nov 2023. For more information, please check our Supported Versions page.
PHP 8.1.13 Released!
The PHP development team announces the immediate availability of PHP 8.1.13. This is a bug fix release.
All PHP 8.1 users are encouraged to upgrade to this version.
For source downloads of PHP 8.1.13 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.
The PHP development team announces the immediate availability of PHP 7.4.33.
This is security release that fixes an OOB read due to insufficient input validation in imageloadfont(), and a buffer overflow in hash_update() on long parameter.
All PHP 7.4 users are encouraged to upgrade to this version.
For source downloads of PHP 7.4.33 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.