1<?php 2$_SERVER['BASE_PAGE'] = 'releases/8_3_0.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4site_header('PHP 8.3.0 Release Announcement'); 5?> 6<h1>PHP 8.3.0 Release Announcement</h1> 7 8<p>The PHP development team announces the immediate availability of PHP 8.3.0. This release marks 9the latest minor release of the PHP language.</p> 10 11<p>PHP 8.3 comes with numerous improvements and new features such as:</p> 12 13<ul> 14 <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> 15 <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> 16 <li><a href="https://www.php.net/manual/en/migration83.new-features.php#migration83.new-features.core.readonly-modifier-improvements">Readonly Amendments</a></li> 17 <li><a href="https://www.php.net/manual/en/migration83.new-features.php#migration83.new-features.core.override-attribute">Override Attribute</a></li> 18 <li><a href="https://www.php.net/manual/en/random-randomizer.getbytesfromstring.php">New Randomizer method Random\Randomizer::getBytesFromString</a></li> 19 <li><a href="https://www.php.net/manual/en/function.json-validate.php">New function json_validate</a></li> 20 <li>And much much more...</li> 21</ul> 22 23<p>For source downloads of PHP 8.3.0 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, 24Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. 25The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.3.0">ChangeLog</a>. 26</p> 27<?php site_footer(); 28