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

5.5.34 release

This commit is contained in:
Julien Pauli
2016-03-31 17:43:56 +02:00
parent 154bb4e729
commit 0d784f8202
6 changed files with 117 additions and 10 deletions

View File

@@ -7,6 +7,32 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
?>
<h1>PHP 5 ChangeLog</h1>
<section class="version" id="5.5.34"><!-- {{{ 5.5.34 -->
<h3>Version 5.5.34</h3>
<b><?php release_date('31-Mar-2016'); ?></b>
<ul><li>Fileinfo:
<ul>
<li><?php bugfix(71527); ?> (Buffer over-write in finfo_open with malformed magic file).</li>
</ul></li>
<li>Mbstring:
<ul>
<li><?php bugfix(71906); ?> (AddressSanitizer: negative-size-param (-1) in mbfl_strcut).</li>
</ul></li>
<li>ODBC:
<ul>
<li><?php bugfix(71860); ?> (Invalid memory write in phar on filename with \0 in name).</li>
</ul></li>
<li>SNMP:
<ul>
<li><?php bugfix(71704); ?> (php_snmp_error() Format String Vulnerability).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(71798); ?> (Integer Overflow in php_raw_url_encode).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="5.6.19"><!-- {{{ 5.6.19 -->
<h3>Version 5.6.19</h3>
<b><?php release_date('03-Mar-2016'); ?></b>

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2016-03-31-2.xml"/>
<xi:include href="entries/2016-03-31-1.xml"/>
<xi:include href="entries/2016-03-30-1.xml"/>
<xi:include href="entries/2016-03-15-1.xml"/>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 5.5.34 is available</title>
<id>http://php.net/archive/2016.php#id2016-03-31-2</id>
<published>2016-03-31T12:58:50+00:00</published>
<updated>2016-03-31T12:58:50+00:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<link href="http://php.net/index.php#id2016-03-31-2" rel="alternate" type="text/html"/>
<link href="http://php.net/archive/2016.php#id2016-03-31-2" 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.5.34. This is a security release. Several security bugs were fixed in this release.
All PHP 5.5 users are encouraged to upgrade to this version.
</p>
<p>For source downloads of PHP 5.5.34 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.34">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -183,8 +183,43 @@ $OLDRELEASES = array (
'museum' => false,
),
),
5 =>
array (
5 => array(
'5.5.33' =>
array (
'announcement' =>
array (
'English' => '/releases/5_5_33.php',
),
'source' =>
array (
0 =>
array (
'filename' => 'php-5.5.33.tar.bz2',
'name' => 'PHP 5.5.33 (tar.bz2)',
'md5' => 'adba9179ddeccb21974493b6eeb8caa2',
'sha256' => 'c490b1ed4df596b48eb68f630d89ca512945e2650840e7dace1119cc7e600aa9',
'date' => '03 Mar 2016',
),
1 =>
array (
'filename' => 'php-5.5.33.tar.gz',
'name' => 'PHP 5.5.33 (tar.gz)',
'md5' => '87a0ac3bff1db155ee381086b4a88edb',
'sha256' => 'd2747bcf2cc94f652ac216f522904863a22042c66fabcf82ad7449d261d7a45b',
'date' => '03 Mar 2016',
),
2 =>
array (
'filename' => 'php-5.5.33.tar.xz',
'name' => 'PHP 5.5.33 (tar.xz)',
'md5' => 'c1b9e661a8e6e98bdd03aae7ac9534fe',
'sha256' => 'b91dbd3c53f9895e8f7b29e5fed25a64dd3a76b454f6ef7265e73c96b4303f30',
'date' => '03 Mar 2016',
),
),
'date' => '03 Mar 2016',
'museum' => false,
),
'5.6.18' =>
array (
'announcement' =>

View File

@@ -55,17 +55,17 @@ $PHP_5_6_SHA256 = array(
$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_5_RC_DATE = '25 Jun 2015';
$PHP_5_5_VERSION = "5.5.33";
$PHP_5_5_DATE = "03 Mar 2016";
$PHP_5_5_VERSION = "5.5.34";
$PHP_5_5_DATE = "31 Mar 2016";
$PHP_5_5_MD5 = array(
"tar.bz2" => "adba9179ddeccb21974493b6eeb8caa2",
"tar.gz" => "87a0ac3bff1db155ee381086b4a88edb",
"tar.xz" => "c1b9e661a8e6e98bdd03aae7ac9534fe",
"tar.bz2" => "1151274c4dce9a81f6b1174d1fa88a45",
"tar.gz" => "ff8d5a16839d6c59970f807b6dd9525a",
"tar.xz" => "166344c07e59b6b64d2231a9688f6046",
);
$PHP_5_5_SHA256 = array(
"tar.bz2" => "c490b1ed4df596b48eb68f630d89ca512945e2650840e7dace1119cc7e600aa9",
"tar.gz" => "d2747bcf2cc94f652ac216f522904863a22042c66fabcf82ad7449d261d7a45b",
"tar.xz" => "b91dbd3c53f9895e8f7b29e5fed25a64dd3a76b454f6ef7265e73c96b4303f30",
"tar.bz2" => "af88884416a92619de842ad0fd23f7f7e8140efb0b9194f98a38a78781e5851c",
"tar.gz" => "0e573b406441294b233e35e1f2e12d7896d68457e3e10bf6e1f4825e75271cca",
"tar.xz" => "6989a4f9900e6ddec7248790449bbb4aa55728730bff4973acb49d236c9e9e2a",
);
$RELEASES = array(

20
releases/5_5_34.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/5_5_34.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.5.34 Release Announcement");
?>
<h1>PHP 5.5.34 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
5.5.34. This is a security release. Several security bugs were fixed in this release.
All PHP 5.5 users are encouraged to upgrade to this version.
</p>
<p>For source downloads of PHP 5.5.34 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.34">ChangeLog</a>.
</p>
<?php site_footer(); ?>