1<?php 2$_SERVER['BASE_PAGE'] = 'releases/5_3_10.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4site_header("PHP 5.3.10 Release Announcement"); 5?> 6 7<h1>PHP 5.3.10 Release Announcement</h1> 8 9<p>The PHP development team would like to announce the immediate 10availability of PHP 5.3.10. This release delivers a critical security 11fix.</p> 12 13<p>Security Fixes in PHP 5.3.10:</p> 14 15<ul> 16 <li>Fixed arbitrary remote code execution vulnerability reported by Stefan 17 Esser, CVE-2012-0830.</li> 18</ul> 19 20<p>All users are strongly encouraged to upgrade to PHP 5.3.10.</p> 21 22<?php site_footer(); ?> 23