Skip to content

Commit fdfe969

Browse files
committed
Release announcements for 5.3.11 and 5.4.1
1 parent bff4a96 commit fdfe969

File tree

4 files changed

+121
-0
lines changed

4 files changed

+121
-0
lines changed

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2012-04-26-1.xml"/>
1213
<xi:include href="entries/2012-04-13-1.xml"/>
1314
<xi:include href="entries/2012-03-20-1.xml"/>
1415
<xi:include href="entries/2012-03-01-1.xml"/>

archive/entries/2012-04-26-1.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 5.3.11 And PHP 5.4.1 Released!</title>
4+
<id>http://www.php.net/archive/2012.php#id2012-04-26-1</id>
5+
<published>2012-04-26T10:50:38+00:00</published>
6+
<updated>2012-04-26T10:50:38+00:00</updated>
7+
<category term="frontpage" label="PHP.net frontpage news"/>
8+
<category term="releases" label="New PHP release"/>
9+
<link href="http://www.php.net/index.php#id2012-04-26-1" rel="alternate" type="text/html"/>
10+
<link href="http://www.php.net/archive/2012.php#id2012-04-26-1" rel="via" type="text/html"/>
11+
<content type="xhtml">
12+
<div xmlns="http://www.w3.org/1999/xhtml">
13+
<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>
14+
15+
<p>Security Enhancements for both PHP 5.3.11 and PHP 5.4.1:</p>
16+
17+
<ul>
18+
<li>Fixed bug #54374 (Insufficient validating of upload name leading to corrupted $_FILES indices). (CVE-2012-1172).</li>
19+
<li>Add open_basedir checks to readline_write_history and readline_read_history.</li>
20+
</ul>
21+
22+
<p>Security Enhancement affecting PHP 5.3.11 only:</p>
23+
24+
<ul>
25+
<li>Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).</li>
26+
</ul>
27+
28+
<p>Key enhancements in these releases include:</p>
29+
30+
<ul>
31+
<li>Added debug info handler to DOM objects.</li>
32+
<li>Fixed bug #61172 (Add Apache 2.4 support).</li>
33+
</ul>
34+
35+
<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
36+
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
37+
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
38+
39+
<p>All users of PHP are strongly encouraged to upgrade to PHP 5.3.11 or PHP 5.4.1.</p>
40+
</div>
41+
</content>
42+
</entry>

releases/5_3_11.php

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?php
2+
// $Id$
3+
$_SERVER['BASE_PAGE'] = 'releases/5_3_11.php';
4+
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
5+
site_header("PHP 5.3.11 Release Announcement");
6+
?>
7+
8+
<h1>PHP 5.3.11 Release Announcement</h1>
9+
10+
<p>The PHP development team announces the immediate availability of
11+
PHP 5.3.11. This release focuses on improving the stability of the
12+
PHP 5.3 branch with over 60 bug fixes, some of which are security related.</p>
13+
14+
<p>Security Enhancements for PHP 5.3.11:</p>
15+
16+
<ul>
17+
<li>Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).
18+
Reported by Stefan Esser. (Ondřej Surý)</li>
19+
<li>Fixed bug #54374 (Insufficient validating of upload name leading to
20+
corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at
21+
gmail dot com, Pierre)</li>
22+
<li>Add open_basedir checks to readline_write_history and readline_read_history.
23+
(Rasmus, reported by Mateusz Goik)</li>
24+
</ul>
25+
26+
<p>Key enhancements in PHP 5.3.11 include:</p>
27+
28+
<ul>
29+
<li>Added debug info handler to DOM objects. (Gustavo, Joey Smith)</li>
30+
<li>Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)</li>
31+
</ul>
32+
33+
<p>For a full list of changes in PHP 5.3.11, see the <a
34+
href="/ChangeLog-5.php#5.3.11">ChangeLog</a>. For source downloads please visit
35+
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
36+
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
37+
38+
<p>All users of PHP 5.3 are strongly encouraged to upgrade to PHP 5.3.11.</p>
39+
40+
<?php site_footer(); ?>

releases/5_4_1.php

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?php
2+
// $Id$
3+
$_SERVER['BASE_PAGE'] = 'releases/5_4_1.php';
4+
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
5+
site_header("PHP 5.4.1 Release Announcement");
6+
?>
7+
8+
<h1>PHP 5.4.1 Release Announcement</h1>
9+
10+
<p>The PHP development team announces the immediate availability of
11+
PHP 5.4.1. This release focuses on improving the stability of the
12+
PHP 5.4 branch with over 60 bug fixes, some of which are security related.</p>
13+
14+
<p>Security Enhancements for PHP 5.4.1:</p>
15+
16+
<ul>
17+
<li>Fixed bug #54374 (Insufficient validating of upload name leading to
18+
corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at
19+
gmail dot com, Pierre)</li>
20+
<li>Add open_basedir checks to readline_write_history and readline_read_history.
21+
(Rasmus, reported by Mateusz Goik)</li>
22+
</ul>
23+
24+
<p>Key enhancements in PHP 5.4.1 include:</p>
25+
26+
<ul>
27+
<li>Added debug info handler to DOM objects. (Gustavo, Joey Smith)</li>
28+
<li>Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)</li>
29+
</ul>
30+
31+
<p>For a full list of changes in PHP 5.4.1, see the <a
32+
href="/ChangeLog-5.php#5.4.1">ChangeLog</a>. For source downloads please visit
33+
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
34+
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
35+
36+
<p>All users of PHP are strongly encouraged to upgrade to PHP 5.4.1.</p>
37+
38+
<?php site_footer(); ?>

0 commit comments

Comments
 (0)