xref: /web-php/releases/5_4_30.php (revision e2ee39e0)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_4_30.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.4.30 Release Announcement");
5?>
6
7<h1>PHP 5.4.30 Release Announcement</h1>
8
9<p>The PHP development team announces the immediate availability of PHP
105.4.30. Over 20 bugs were fixed in this release, including the following security issues:
11CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487,
12CVE-2014-4049, CVE-2014-3515.
13
14All PHP 5.4 users are encouraged to upgrade to this version.
15</p>
16
17<p>Please, note that this release also fixes a backward compatibility issue that has been
18detected in the PHP 5.4.29 release. Still, the fix in PHP 5.4.30 may break some very rare
19situations. As this tiny compatibility break involves security, and as security is our primary
20concern, we had to fix it. This concerns
21<a href="https://bugs.php.net/bug.php?id=67072">bug 67072</a>. For more information about
22this bug and its actual resolution, please refer to our
23<a href="https://github.com/php/php-src/raw/PHP-5.4/UPGRADING">upgrading guide</a>, section 4a.
24We apologize for any inconvenience you may have experienced with this behavior.</p>
25
26
27<p>For source downloads of PHP 5.4.30 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
28Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
29The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.30">ChangeLog</a>.
30</p>
31
32<?php site_footer(); ?>
33