1<?php 2$_SERVER['BASE_PAGE'] = 'releases/8_4_1.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4site_header('PHP 8.4.1 Release Announcement'); 5?> 6<h1>PHP 8.4.1 Release Announcement</h1> 7 8<p>The PHP development team announces the immediate availability of PHP 8.4.1. This release marks 9the latest minor release of the PHP language.</p> 10 11<p>PHP 8.4 comes with numerous improvements and new features such as:</p> 12 13<ul> 14 <li><a href="https://www.php.net/manual/en/migration84.new-features.php#migration84.new-features.core.property-hooks">Property Hooks</a></li> 15 <li><a href="https://www.php.net/manual/en/migration84.new-features.php#migration84.new-features.core.asymmetric-property-visibility">Asymmetric Property Visibility</a></li> 16 <li><a href="https://www.php.net/manual/en/migration84.new-features.php#migration84.new-features.core.lazy-objects">Lazy Objects</a></li> 17 <li><a href="https://www.php.net/manual/en/migration84.new-features.php#migration84.new-features.pdo">PDO driver-specific subclasses</a></li> 18 <li><a href="https://www.php.net/manual/en/migration84.new-classes.php#migration84.new-classes.bcmath">BCMath object type</a></li> 19 <li>And much much more...</li> 20</ul> 21 22<p>For source downloads of PHP 8.4.1 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, 23Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. 24The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.4.1">ChangeLog</a>. 25</p> 26<?php site_footer(); 27