1<?php 2// $Id$ 3$_SERVER['BASE_PAGE'] = 'releases/7_3_0.php'; 4include_once __DIR__ . '/../include/prepend.inc'; 5site_header("PHP 7.3.0 Release Announcement"); 6?> 7 8 <h1>PHP 7.3.0 Release Announcement</h1> 9 10 <p>The PHP development team announces the immediate availability of PHP 7.3.0. 11 This release marks the third feature update to the PHP 7 series.</p> 12 13 <p>PHP 7.3.0 comes with numerous improvements and new features such as</p> 14 15 <ul> 16 <li><a href="http://php.net/manual/migration73.new-features.php#migration73.new-features.core.heredoc">Flexible Heredoc and Nowdoc Syntax</a></li> 17 <li><a href="http://php.net/manual/migration73.other-changes.php#migration73.other-changes.pcre">PCRE2 Migration</a></li> 18 <li><a href="http://php.net/manual/migration73.new-features.php#migration73.new-features.mbstring">Multiple MBString Improvements</a></li> 19 <li><a href="http://php.net/manual/migration73.new-features.php#migration73.new-features.ldap">LDAP Controls Support</a></li> 20 <li><a href="http://php.net/manual/migration73.new-features.php#migration73.new-features.fpm">Improved FPM Logging</a></li> 21 <li><a href="http://php.net/manual/migration73.windows-support.php#migration73.windows-support.core.file-descriptors">Windows File Deletion Improvements</a></li> 22 <li><a href="http://php.net/manual/migration73.deprecated.php">Several Deprecations</a></li> 23 </ul> 24 25 <p>For source downloads of PHP 7.3.0 please visit our <a href="http://www.php.net/downloads">downloads</a> page 26 Windows binaries can be found on the <a href="http://windows.php.net/download">PHP for Windows</a> site. 27 The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.3.0">ChangeLog</a>.</p> 28 29 <p>The <a href="http://php.net/manual/en/migration73.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.</p> 31 32 <p>Many thanks to all the contributors and supporters!</p> 33 34<?php site_footer(); ?> 35