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

announce 5.6.39

This commit is contained in:
Ferenc Kovacs
2018-12-06 15:19:43 +01:00
parent 06e8c86e08
commit f3ee90d1af
6 changed files with 107 additions and 5 deletions

View File

@@ -7,6 +7,26 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
<h1>PHP 5 ChangeLog</h1>
<section class="version" id="5.6.39"><!-- {{{ 5.6.39 -->
<h3>Version 5.6.39</h3>
<b><?php release_date('06-Dec-2018'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(77231); ?> (Segfault when using convert.quoted-printable-encode filter).</li>
</ul></li>
<li>IMAP:
<ul>
<li><?php bugfix(77020); ?> (null pointer dereference in imap_mail).</li>
<li><?php bugfix(77153); ?> (imap_open allows to run arbitrary shell commands via mailbox parameter).</li>
</ul></li>
<li>Phar:
<ul>
<li><?php bugfix(77022); ?> (PharData always creates new files with mode 0666).</li>
<li><?php bugfix(77143); ?> (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="5.6.38"><!-- {{{ 5.6.38 -->
<h3>Version 5.6.38</h3>
<b><?php release_date('13-Sep-2018'); ?></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/2018-12-06-2.xml"/>
<xi:include href="entries/2018-12-06-1.xml"/>
<xi:include href="entries/2018-11-22-1.xml"/>
<xi:include href="entries/2018-11-20-2.xml"/>

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 5.6.39 Released</title>
<id>http://php.net/archive/2018.php#id2018-12-06-2</id>
<published>2018-12-06T06:14:16-08:00</published>
<updated>2018-12-06T06:14:16-08:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<link href="http://php.net/index.php#id2018-12-06-2" rel="alternate" type="text/html"/>
<link href="http://php.net/archive/2018.php#id2018-12-06-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.6.39. This is a security release. Several security bugs have been 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.39 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
Windows source and 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.39">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2249,6 +2249,39 @@ $OLDRELEASES = array (
),
5 =>
array (
'5.6.38' =>
array (
'announcement' =>
array (
'English' => '/releases/5_6_38.php',
),
'source' =>
array (
0 =>
array (
'filename' => 'php-5.6.38.tar.bz2',
'name' => 'PHP 5.6.38 (tar.bz2)',
'sha256' => 'd65b231bbdd63be4439ef5ced965cfd63e62983429dbd4dfcfb49981593ebc03',
'date' => '13 Sep 2018',
),
1 =>
array (
'filename' => 'php-5.6.38.tar.gz',
'name' => 'PHP 5.6.38 (tar.gz)',
'sha256' => '3b74d46cd79a45cce90c8059e09d8bd0beeb5de562cbb0cb42f96ff8fa665fd4',
'date' => '13 Sep 2018',
),
2 =>
array (
'filename' => 'php-5.6.38.tar.xz',
'name' => 'PHP 5.6.38 (tar.xz)',
'sha256' => 'c2fac47dc6316bd230f0ea91d8a5498af122fb6a3eb43f796c9ea5f59b04aa1e',
'date' => '13 Sep 2018',
),
),
'date' => '13 Sep 2018',
'museum' => false,
),
'5.6.37' =>
array (
'announcement' =>

View File

@@ -67,12 +67,12 @@ $PHP_7_0_SHA256 = array(
$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_6_RC_DATE = "05 Jan 2017";
$PHP_5_6_VERSION = "5.6.38";
$PHP_5_6_DATE = "13 Sep 2018";
$PHP_5_6_VERSION = "5.6.39";
$PHP_5_6_DATE = "06 Dec 2018";
$PHP_5_6_SHA256 = array(
"tar.bz2" => "d65b231bbdd63be4439ef5ced965cfd63e62983429dbd4dfcfb49981593ebc03",
"tar.gz" => "3b74d46cd79a45cce90c8059e09d8bd0beeb5de562cbb0cb42f96ff8fa665fd4",
"tar.xz" => "c2fac47dc6316bd230f0ea91d8a5498af122fb6a3eb43f796c9ea5f59b04aa1e",
"tar.bz2" => "b3db2345f50c010b01fe041b4e0f66c5aa28eb325135136f153e18da01583ad5",
"tar.gz" => "127b122b7d6c7f3c211c0ffa554979370c3131196137404a51a391d8e2e9c7bb",
"tar.xz" => "8147576001a832ff3d03cb2980caa2d6b584a10624f87ac459fcd3948c6e4a10",
);
$RELEASES = array(

21
releases/5_6_39.php Normal file
View File

@@ -0,0 +1,21 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/5_6_39.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.6.39 Release Announcement");
?>
<h1>PHP 5.6.39 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
5.6.39. This is a security release. Several security bugs have been 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.39 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
Windows source and 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.39">ChangeLog</a>.
</p>
<?php site_footer(); ?>