Commit: f3ee90d1afee84b7735263e27af392d40a7aca93 Author: Ferenc Kovacs <tyr...@gmail.com> Thu, 6 Dec 2018 15:19:43 +0100 Parents: 06e8c86e082701ca2fe95177b5ab1f707e0bd968 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f3ee90d1afee84b7735263e27af392d40a7aca93 Log: announce 5.6.39 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2018-12-06-2.xml M include/releases.inc M include/version.inc A releases/5_6_39.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index dea683f..07d6df4 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -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> diff --git a/archive/archive.xml b/archive/archive.xml index 79b49e7..09e38eb 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -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"/> diff --git a/archive/entries/2018-12-06-2.xml b/archive/entries/2018-12-06-2.xml new file mode 100644 index 0000000..84e98cb --- /dev/null +++ b/archive/entries/2018-12-06-2.xml @@ -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> + diff --git a/include/releases.inc b/include/releases.inc index 8f3086f..ad91540 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -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' => diff --git a/include/version.inc b/include/version.inc index 940a08a..718327b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -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( diff --git a/releases/5_6_39.php b/releases/5_6_39.php new file mode 100644 index 0000000..e513fd6 --- /dev/null +++ b/releases/5_6_39.php @@ -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(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php