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

announce php-5.6.20

This commit is contained in:
kovacs.ferenc
2016-04-01 01:30:09 +02:00
parent b92b98b7a3
commit 501eda1335
6 changed files with 146 additions and 11 deletions

View File

@@ -7,6 +7,58 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
?>
<h1>PHP 5 ChangeLog</h1>
<section class="version" id="5.6.20"><!-- {{{ 5.6.20 -->
<h3>Version 5.6.20</h3>
<b><?php release_date('31-Mar-2016'); ?></b>
<ul><li>CLI Server:
<ul>
<li><?php bugfix(69953); ?> (Support MKCALENDAR request method).</li>
</ul></li>
<li>Core:
<ul>
<li><?php bugfix(71596); ?> (Segmentation fault on ZTS with date function (setlocale)).</li>
</ul></li>
<li>Curl:
<ul>
<li><?php bugfix(71694); ?> (Support constant CURLM_ADDED_ALREADY).</li>
</ul></li>
<li>Date:
<ul>
<li><?php bugfix(71635); ?> (DatePeriod::getEndDate segfault).</li>
</ul></li>
<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(47803); ?>, <?php bugl(69526); ?> (Executing prepared statements is succesfull only for the first two statements).</li>
<li><?php bugfix(71860); ?> (Invalid memory write in phar on filename with \0 in name).</li>
</ul></li>
<li>PDO_DBlib:
<ul>
<li><?php bugfix(54648); ?> (PDO::MSSQL forces format of datetime fields).</li>
</ul></li>
<li>Phar:
<ul>
<li><?php bugfix(71625); ?> (Crash in php7.dll with bad phar filename).</li>
<li><?php bugfix(71504); ?> (Parsing of tar file with duplicate filenames causes memory leak).</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.5.34"><!-- {{{ 5.5.34 -->
<h3>Version 5.5.34</h3>
<b><?php release_date('31-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-4.xml"/>
<xi:include href="entries/2016-03-31-3.xml"/>
<xi:include href="entries/2016-03-31-2.xml"/>
<xi:include href="entries/2016-03-31-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.6.20 is available</title>
<id>http://php.net/archive/2016.php#id2016-03-31-4</id>
<published>2016-03-31T16:28:02-07:00</published>
<updated>2016-03-31T16:28:02-07: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-4" rel="alternate" type="text/html"/>
<link href="http://php.net/archive/2016.php#id2016-03-31-4" 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.6.20. This is a security release. Several security bugs were fixed in this release.
All PHP 5.6 users are encouraged to upgrade to this version.
</p>
<p>For source downloads of PHP 5.6.20 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.6.20">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -183,8 +183,45 @@ $OLDRELEASES = array (
'museum' => false,
),
),
5 => array(
'5.5.33' =>
5 =>
array (
'5.6.19' =>
array (
'announcement' =>
array (
'English' => '/releases/5_6_19.php',
),
'source' =>
array (
0 =>
array (
'filename' => 'php-5.6.19.tar.bz2',
'name' => 'PHP 5.6.19 (tar.bz2)',
'md5' => 'aec4374c660d7b160497001c25f8c75e',
'sha256' => '2a24a3f84971680ac0a4c71050067de4f76ee235aa4a041fae21bfa69975c168',
'date' => '03 Marc 2016',
),
1 =>
array (
'filename' => 'php-5.6.19.tar.gz',
'name' => 'PHP 5.6.19 (tar.gz)',
'md5' => '0b723125d28ec4b52206c506430302d1',
'sha256' => 'fce49cddac9337f0c83afbafac5acfb82ba9f876a5a880c88240feac8c9b7a22',
'date' => '03 Marc 2016',
),
2 =>
array (
'filename' => 'php-5.6.19.tar.xz',
'name' => 'PHP 5.6.19 (tar.xz)',
'md5' => 'aab960cc1b2bfbeb00d030a9d42b38bd',
'sha256' => 'bb32337f93a00b71789f116bddafa8848139120e7fb6f4f98a84f52dbcb8329f',
'date' => '03 Marc 2016',
),
),
'date' => '03 Marc 2016',
'museum' => false,
),
'5.5.33' =>
array (
'announcement' =>
array (

View File

@@ -36,20 +36,20 @@ $PHP_7_0_SHA256 = array(
);
/* PHP 5.6 Release */
$PHP_5_6_RC = '5.6.20RC1'; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_6_RC_DATE = '17 Mar 2016';
$PHP_5_6_VERSION = "5.6.19";
$PHP_5_6_DATE = "03 Marc 2016";
$PHP_5_6_VERSION = "5.6.20";
$PHP_5_6_DATE = "31 Marc 2016";
$PHP_5_6_MD5 = array(
"tar.bz2" => "aec4374c660d7b160497001c25f8c75e",
"tar.gz" => "0b723125d28ec4b52206c506430302d1",
"tar.xz" => "aab960cc1b2bfbeb00d030a9d42b38bd",
"tar.bz2" => "e6422449bb0342f074eb649a9adf586b",
"tar.gz" => "bdb3cb4dd2306ed247bd8ad7002ef179",
"tar.xz" => "e81f3993997acafeac2ddd2c8bab7153",
);
$PHP_5_6_SHA256 = array(
"tar.bz2" => "2a24a3f84971680ac0a4c71050067de4f76ee235aa4a041fae21bfa69975c168",
"tar.gz" => "fce49cddac9337f0c83afbafac5acfb82ba9f876a5a880c88240feac8c9b7a22",
"tar.xz" => "bb32337f93a00b71789f116bddafa8848139120e7fb6f4f98a84f52dbcb8329f",
"tar.bz2" => "5ac7bf7caec7a79b18cf458e786fd1609ad2da771224b80bc15cc6f01b22bf1f",
"tar.gz" => "9a7ec6e1080ee93dcbe7df3e49ea1c3c3da5fc2258aff763f39ab3786baf8d56",
"tar.xz" => "2b87d40213361112af49157a435e0d4cdfd334c9b7c731c8b844932b1f444e7a",
);
/* PHP 5.5 Release */
$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false

20
releases/5_6_20.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/5_6_20.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.6.20 Release Announcement");
?>
<h1>PHP 5.6.20 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
5.6.20. This is a security release. Several security bugs were fixed in this release.
All PHP 5.6 users are encouraged to upgrade to this version.
</p>
<p>For source downloads of PHP 5.6.20 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.6.20">ChangeLog</a>.
</p>
<?php site_footer(); ?>