1<?xml version="1.0" encoding="utf-8"?> 2<entry xmlns="http://www.w3.org/2005/Atom"> 3 <title>PHP 8.2.0 Released!</title> 4 <id>https://www.php.net/archive/2022.php#2022-12-08-1</id> 5 <published>2022-12-08T06:26:27+00:00</published> 6 <updated>2022-12-08T06:26:27+00:00</updated> 7 <link href="https://www.php.net/index.php#2022-12-08-1" rel="alternate" type="text/html"/> 8 <link href="https://www.php.net/archive/2022.php#2022-12-08-1" rel="via" type="text/html"/> 9 <category term="releases" label="New PHP release"/> 10 <category term="frontpage" label="PHP.net frontpage news"/> 11 <content type="xhtml"> 12 <div xmlns="http://www.w3.org/1999/xhtml"> 13 <p>The PHP development team announces the immediate availability of PHP 8.2.0. This release marks the latest minor release of the PHP language.</p> 14 <p>PHP 8.2 comes with numerous improvements and new features such as:</p> 15 <ul> 16 <li><a href="https://www.php.net/manual/en/language.oop5.basic.php#language.oop5.basic.class.readonly">Readonly classes</a></li> 17 <li><a href="https://www.php.net/manual/en/migration82.new-features.php#migration82.new-features.core.type-system">Disjunctive Normal Form (DNF) Types</a></li> 18 <li>New stand-alone types: <a href="https://wiki.php.net/rfc/null-false-standalone-types">null, false</a>, and <a href="https://wiki.php.net/rfc/true-type">true</a></li> 19 <li><a href="https://www.php.net/manual/en/book.random.php">New "Random" extension</a></li> 20 <li><a href="https://www.php.net/manual/en/migration82.new-features.php#migration82.new-features.core.constant-in-traits">Constants in traits</a></li> 21 <li><a href="https://www.php.net/manual/en/migration82.deprecated.php#migration82.deprecated.core.dynamic-properties">Deprecate dynamic properties</a></li> 22 <li>And much much more...</li> 23 </ul> 24 <p> 25 For source downloads of PHP 8.2.0 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, 26 Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. 27 The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.0">ChangeLog</a>. 28 </p> 29 <p> 30 The <a href="https://php.net/manual/en/migration82.php">migration guide</a> is available in the PHP Manual. 31 Please consult it for the detailed list of new features and backward incompatible changes. 32 </p> 33 <p>Kudos to all the contributors and supporters!</p> 34 </div> 35 </content> 36</entry> 37