Subscribe to PHP Freaks RSS

PHP 8.2.0 Released!

syndicated from php.net on December 8, 2022

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!