Commit: 813f637b8af1b42f030017b53d5aa97eef131831 Author: Joe Watkins <[email protected]> Thu, 1 Aug 2019 21:49:09 +0200 Parents: a21dd95f9bef30d64d2d98af6c335450d4b584ce Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=813f637b8af1b42f030017b53d5aa97eef131831 Log: 7.1.31 announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2019-08-01-3.xml M include/releases.inc M include/version.inc A releases/7_1_31.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 2ca2228..6888312 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -2370,6 +2370,25 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <!-- }}} --></section> <a name="PHP_7_1"></a> +<section class="version" id="7.1.31"><!-- {{{ 7.1.31 --> +<h3>Version 7.1.31</h3> +<b><?php release_date('01-Aug-2019'); ?></b> +<ul><li>SQLite: +<ul> + <li>Upgraded to SQLite 3.28.0.</li> +</ul></li> +<li>EXIF: +<ul> + <li><?php bugfix(78256); ?> (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)</li> + <li><?php bugfix(78222); ?> (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041)</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(77919); ?> (Potential UAF in Phar RSHUTDOWN).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.1.30"><!-- {{{ 7.1.30 --> <h3>Version 7.1.30</h3> <b><?php release_date('30-May-2019'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index a26f87c..080ab17 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2019-08-01-3.xml"/> <xi:include href="entries/2019-08-01-2.xml"/> <xi:include href="entries/2019-08-01-1.xml"/> <xi:include href="entries/2019-07-31-2.xml"/> diff --git a/archive/entries/2019-08-01-3.xml b/archive/entries/2019-08-01-3.xml new file mode 100644 index 0000000..6952474 --- /dev/null +++ b/archive/entries/2019-08-01-3.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.1.31 Released</title> + <id>https://www.php.net/archive/2019.php#2019-08-01-3</id> + <published>2019-08-01T19:19:53+00:00</published> + <updated>2019-08-01T19:19:53+00:00</updated> + <link href="https://www.php.net/index.php#id2019-08-01-3" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2019.php#2019-08-01-3" rel="via" type="text/html"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.1.31. This is a security release.</p> + + <p>All PHP 7.1 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.1.31 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-7.php#7.1.31">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 58d4d7c..c1bf9e9 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.30' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_30.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '30 May 2019', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.30.tar.bz2', + 'name' => 'PHP 7.1.30 (tar.bz2)', + 'sha256' => '664850774fca19d2710b9aa35e9ae91214babbde9cd8d27fd3479cc97171ecb3', + 'date' => '30 May 2019', + ), + 1 => + array ( + 'filename' => 'php-7.1.30.tar.gz', + 'name' => 'PHP 7.1.30 (tar.gz)', + 'sha256' => 'a604edf85d5dfc28e6ff3016dad3954c50b93db69afc42295178b4fdf42e026c', + 'date' => '30 May 2019', + ), + 2 => + array ( + 'filename' => 'php-7.1.30.tar.xz', + 'name' => 'PHP 7.1.30 (tar.xz)', + 'sha256' => '6310599811536dbe87e4bcf212bf93196bdfaff519d0c821e4c0068efd096a7c', + 'date' => '30 May 2019', + ), + ), + 'museum' => false, + ), '7.2.20' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 208bf33..4f0cd0b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -37,13 +37,13 @@ $RELEASES = (function() { ); /* PHP 7.1 Release */ - $PHP_7_1_VERSION = "7.1.30"; - $PHP_7_1_DATE = "30 May 2019"; + $PHP_7_1_VERSION = "7.1.31"; + $PHP_7_1_DATE = "01 Aug 2019"; $PHP_7_1_TAGS = ['security']; $PHP_7_1_SHA256 = array( - 'tar.bz2' => '664850774fca19d2710b9aa35e9ae91214babbde9cd8d27fd3479cc97171ecb3', - 'tar.gz' => 'a604edf85d5dfc28e6ff3016dad3954c50b93db69afc42295178b4fdf42e026c', - 'tar.xz' => '6310599811536dbe87e4bcf212bf93196bdfaff519d0c821e4c0068efd096a7c', + 'tar.bz2' => '767573c2b732e78cc647602ec61fc948941a941a4071db59b522cf5e076825dd', + 'tar.gz' => 'ea0558735653b9ce63e9cea41dd8f0d0b90dba6c39d39dd9a6aad5cc58b0bdfc', + 'tar.xz' => '5cb53b63592ec4361f0ab12c684b10430344821a024881a387ead4299df78fa5', ); return array( diff --git a/releases/7_1_31.php b/releases/7_1_31.php new file mode 100644 index 0000000..23cfe2e --- /dev/null +++ b/releases/7_1_31.php @@ -0,0 +1,20 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_1_31.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header("PHP 7.1.31 Release Announcement"); +?> + + <h1>PHP 7.1.31 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.1.31. This is a security release.</p> + + <p>All PHP 7.1 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.1.31 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-7.php#7.1.31">ChangeLog</a>. + </p> + + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
