xref: /web-php/releases/8_2_0.php (revision c9668682)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/8_2_0.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header('PHP 8.2.0 Release Announcement');
5?>
6<h1>PHP 8.2.0 Release Announcement</h1>
7
8<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>
9
10<p>PHP 8.2 comes with numerous improvements and new features such as:</p>
11
12<ul>
13    <li><a href="https://www.php.net/manual/en/language.oop5.basic.php#language.oop5.basic.class.readonly">Readonly classes</a></li>
14    <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>
15    <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>
16    <li><a href="https://www.php.net/manual/en/book.random.php">New "Random" extension</a></li>
17    <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>
18    <li><a href="https://www.php.net/manual/en/migration82.deprecated.php#migration82.deprecated.core.dynamic-properties">Deprecate dynamic properties</a></li>
19    <li>And much much more...</li>
20</ul>
21
22<p>
23    For source downloads of PHP 8.2.0 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
24    Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
25    The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.0">ChangeLog</a>.
26</p>
27
28<p>
29    The <a href="https://php.net/manual/en/migration82.php">migration guide</a> is available in the PHP Manual.
30    Please consult it for the detailed list of new features and backward incompatible changes.
31</p>
32
33<p>Kudos to all the contributors and supporters!</p>
34
35<?php site_footer();
36