1<?php 2// $Id$ 3$_SERVER['BASE_PAGE'] = 'releases/7_4_0.php'; 4include_once __DIR__ . '/../include/prepend.inc'; 5site_header("PHP 7.4.0 Release Announcement"); 6?> 7<h1>PHP 7.4.0 Release Announcement</h1> 8 9<p>The PHP development team announces the immediate availability of PHP 7.4.0. 10This release marks the fourth feature update to the PHP 7 series.</p> 11 12<p>PHP 7.4.0 comes with numerous improvements and new features such as:</p> 13 14<ul> 15 16<li><a href="https://www.php.net/manual/migration74.new-features.php#migration74.new-features.core.typed-properties">Typed Properties</a></li> 17<li><a href="https://www.php.net/manual/migration74.new-features.php#migration74.new-features.core.arrow-functions">Arrow Functions</a></li> 18<li><a href="https://www.php.net/manual/migration74.new-features.php#migration74.new-features.core.type-variance">Limited Return Type Covariance and Argument Type Contravariance</a></li> 19<li><a href="https://www.php.net/manual/migration74.new-features.php#migration74.new-features.core.unpack-inside-array">Unpacking Inside Arrays</a></li> 20<li><a href="https://www.php.net/manual/migration74.new-features.php#migration74.new-features.core.numeric-literal-separator">Numeric Literal Separator</a></li> 21<li><a href="https://www.php.net/manual/migration74.new-features.php#migration74.new-features.core.weakreference">Weak References</a></li> 22<li><a href="https://www.php.net/manual/migration74.new-features.php#migration74.new-features.core.tostring-exceptions">Allow Exceptions from __toString()</a></li> 23<li><a href="https://www.php.net/manual/opcache.configuration.php#ini.opcache.preload">Opcache Preloading</a></li> 24<li><a href="https://www.php.net/manual/migration74.deprecated.php">Several Deprecations</a></li> 25<li><a href="https://www.php.net/manual/migration74.removed-extensions.php">Extensions Removed from the Core</a></li> 26</ul> 27 28<p>For source downloads of PHP 7.4.0 please visit our <a href="http://www.php.net/downloads">downloads</a> page 29Windows binaries can be found on the <a href="http://windows.php.net/download">PHP for Windows</a> site. 30The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.4.0">ChangeLog</a>.</p> 31 32<p>The <a href="http://php.net/manual/en/migration74.php">migration guide</a> is available in the PHP Manual. 33Please consult it for the detailed list of new features and backward incompatible changes.</p> 34 35<p>Many thanks to all the contributors and supporters!</p> 36 37<?php site_footer(); ?> 38