xref: /web-php/releases/5_5_14.php (revision e2ee39e0)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_5_14.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.5.14 Release Announcement");
5?>
6
7<h1>PHP 5.5.14 Release Announcement</h1>
8
9<p>The PHP Development Team announces the immediate availability of PHP 5.5.14.
10This release fixes several bugs against PHP 5.5.13.
11Also, this release fixes a total of 8 CVEs, half of them concerning the FileInfo
12extension.</p>
13
14<p>All PHP users are encouraged to upgrade to this new version.</p>
15
16<p>Please, note that this release also fixes a backward compatibility issue that has been
17detected in the PHP 5.5.13 release. Still, the fix in PHP 5.5.14 may break some very rare
18situations. As this tiny compatibility break involves security, and as security is our primary
19concern, we had to fix it. This concerns
20<a href="https://bugs.php.net/bug.php?id=67072">bug 67072</a>. For more information about
21this bug and its actual resolution, please visit our
22<a href="https://github.com/php/php-src/raw/PHP-5.5/UPGRADING">upgrading guide</a>.
23We apologize for any inconvenience you may have experienced with this behavior.</p>
24
25<p>For source downloads of PHP 5.5.14, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.
26Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
27The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.14">ChangeLog</a>.
28</p>
29
30<?php site_footer(); ?>
31