xref: /web-php/releases/5_3_29.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_3_29.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.3.29 Release Announcement");
5?>
6
7<h1>PHP 5.3.29 Release Announcement</h1>
8
9     <p>The PHP development team announces the immediate availability of
10     PHP 5.3.29. This release marks the <strong>end of life</strong> of the <strong>PHP 5.3 series</strong>.
11     Future releases of this series are <strong>not planned</strong>. All PHP 5.3 users are
12     encouraged to upgrade to the current stable version of PHP 5.5 or
13     previous stable version of PHP 5.4, which are supported till at least
14     2016 and 2015 respectively.</p>
15
16     <p>PHP 5.3.29 contains about 25 potentially security related fixes
17	     backported from PHP 5.4 and 5.5.</p>
18
19     <p>For source downloads of PHP 5.3.29, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>. Windows
20     binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. The list of changes is recorded in
21     the <a href="http://www.php.net/ChangeLog-5.php#5.3.29">ChangeLog</a>.</p>
22
23     <p>For helping your migration to newer versions please refer to our migration
24     guides for updates from <a href="http://php.net/migration54">PHP 5.3 to
25	     5.4</a> and from <a href="http://php.net/migration55">PHP 5.4 to 5.5</a>.</p>
26
27<?php site_footer(); ?>
28