1<?php 2$_SERVER['BASE_PAGE'] = 'releases/5_3_13.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4site_header("PHP 5.3.13 Release Announcement"); 5?> 6 7<h1>PHP 5.3.13 Release Announcement</h1> 8 9<p>The PHP development team would like to announce the immediate 10availability of PHP 5.3.13. This release delivers a security fix. 11All users of PHP 5.3 are encouraged to upgrade to this release</p> 12 13<p>PHP 5.3.13 completes a fix for a vulnerability in CGI-based setups 14(CVE-2012-2311). Note: mod_php and php-fpm are not vulnerable to this 15attack.</p> 16 17<p>For source downloads of PHP 5.3.13 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, 18Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. 19The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.3.13">ChangeLog</a>.</p> 20 21<?php site_footer(); ?> 22