1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Release announcements for 5.3.11 and 5.4.1

This commit is contained in:
Johannes Schlüter
2012-04-26 12:51:26 +02:00
parent bff4a96317
commit fdfe96957c
4 changed files with 121 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2012-04-26-1.xml"/>
<xi:include href="entries/2012-04-13-1.xml"/>
<xi:include href="entries/2012-03-20-1.xml"/>
<xi:include href="entries/2012-03-01-1.xml"/>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 5.3.11 And PHP 5.4.1 Released!</title>
<id>http://www.php.net/archive/2012.php#id2012-04-26-1</id>
<published>2012-04-26T10:50:38+00:00</published>
<updated>2012-04-26T10:50:38+00:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<link href="http://www.php.net/index.php#id2012-04-26-1" rel="alternate" type="text/html"/>
<link href="http://www.php.net/archive/2012.php#id2012-04-26-1" rel="via" type="text/html"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>The PHP development team announces the immediate availability of PHP 5.3.11 and PHP 5.4.1. These releases focuses on improving the stability of the current PHP branches with over 60 bug fixes, some of which are security related.</p>
<p>Security Enhancements for both PHP 5.3.11 and PHP 5.4.1:</p>
<ul>
<li>Fixed bug #54374 (Insufficient validating of upload name leading to corrupted $_FILES indices). (CVE-2012-1172).</li>
<li>Add open_basedir checks to readline_write_history and readline_read_history.</li>
</ul>
<p>Security Enhancement affecting PHP 5.3.11 only:</p>
<ul>
<li>Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).</li>
</ul>
<p>Key enhancements in these releases include:</p>
<ul>
<li>Added debug info handler to DOM objects.</li>
<li>Fixed bug #61172 (Add Apache 2.4 support).</li>
</ul>
<p>For a full list of changes in PHP 5.3.11 and PHP 5.4.1, see the <a href="/ChangeLog-5.php">ChangeLog</a>. For source downloads please visit
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
<p>All users of PHP are strongly encouraged to upgrade to PHP 5.3.11 or PHP 5.4.1.</p>
</div>
</content>
</entry>

40
releases/5_3_11.php Normal file
View File

@@ -0,0 +1,40 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/5_3_11.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.3.11 Release Announcement");
?>
<h1>PHP 5.3.11 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of
PHP 5.3.11. This release focuses on improving the stability of the
PHP 5.3 branch with over 60 bug fixes, some of which are security related.</p>
<p>Security Enhancements for PHP 5.3.11:</p>
<ul>
<li>Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).
Reported by Stefan Esser. (Ondřej Surý)</li>
<li>Fixed bug #54374 (Insufficient validating of upload name leading to
corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at
gmail dot com, Pierre)</li>
<li>Add open_basedir checks to readline_write_history and readline_read_history.
(Rasmus, reported by Mateusz Goik)</li>
</ul>
<p>Key enhancements in PHP 5.3.11 include:</p>
<ul>
<li>Added debug info handler to DOM objects. (Gustavo, Joey Smith)</li>
<li>Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)</li>
</ul>
<p>For a full list of changes in PHP 5.3.11, see the <a
href="/ChangeLog-5.php#5.3.11">ChangeLog</a>. For source downloads please visit
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
<p>All users of PHP 5.3 are strongly encouraged to upgrade to PHP 5.3.11.</p>
<?php site_footer(); ?>

38
releases/5_4_1.php Normal file
View File

@@ -0,0 +1,38 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/5_4_1.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.4.1 Release Announcement");
?>
<h1>PHP 5.4.1 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of
PHP 5.4.1. This release focuses on improving the stability of the
PHP 5.4 branch with over 60 bug fixes, some of which are security related.</p>
<p>Security Enhancements for PHP 5.4.1:</p>
<ul>
<li>Fixed bug #54374 (Insufficient validating of upload name leading to
corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at
gmail dot com, Pierre)</li>
<li>Add open_basedir checks to readline_write_history and readline_read_history.
(Rasmus, reported by Mateusz Goik)</li>
</ul>
<p>Key enhancements in PHP 5.4.1 include:</p>
<ul>
<li>Added debug info handler to DOM objects. (Gustavo, Joey Smith)</li>
<li>Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)</li>
</ul>
<p>For a full list of changes in PHP 5.4.1, see the <a
href="/ChangeLog-5.php#5.4.1">ChangeLog</a>. For source downloads please visit
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
<p>All users of PHP are strongly encouraged to upgrade to PHP 5.4.1.</p>
<?php site_footer(); ?>