xref: /web-php/archive/entries/2023-11-23-2.xml (revision afff2c0b)
1<?xml version="1.0" encoding="utf-8"?>
2<entry xmlns="http://www.w3.org/2005/Atom">
3  <title>PHP 8.3.0 Released!</title>
4  <id>https://www.php.net/archive/2023.php#2023-11-23-2</id>
5  <published>2023-11-23T15:43:03+00:00</published>
6  <updated>2023-11-23T15:43:03+00:00</updated>
7  <link href="https://www.php.net/index.php#2023-11-23-2" rel="alternate" type="text/html"/>
8  <link href="https://www.php.net/archive/2023.php#2023-11-23-2" 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.3.0. This release marks the latest minor release of the PHP language.</p>
14      <p>PHP 8.3 comes with numerous improvements and new features such as:</p>
15      <ul>
16        <li><a href="https://www.php.net/manual/en/migration83.new-features.php#migration83.new-features.core.typed-class-constants">Typed Class Constants</a></li>
17        <li><a href="https://www.php.net/manual/en/migration83.new-features.php#migration83.new-features.core.fetch-class-constant-dynamically-syntax">Fetch class constant dynamically syntax</a></li>
18        <li><a href="https://www.php.net/manual/en/migration83.new-features.php#migration83.new-features.core.readonly-modifier-improvements">Readonly Amendments</a></li>
19        <li><a href="https://www.php.net/manual/en/migration83.new-features.php#migration83.new-features.core.override-attribute">Override Attribute</a></li>
20        <li><a href="https://www.php.net/manual/en/random-randomizer.getbytesfromstring.php">New Randomizer method Random\Randomizer::getBytesFromString</a></li>
21        <li><a href="https://www.php.net/manual/en/function.json-validate.php">New function json_validate</a></li>
22        <li>And much much more...</li>
23      </ul>
24      <p>
25        For source downloads of PHP 8.3.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.3.0">ChangeLog</a>.
28      </p>
29      <p>
30        The <a href="https://php.net/manual/en/migration83.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