Commit: 9edde5e59fea636e3ee6f9b986bfc9b45681a27e Author: Anatol Belski <[email protected]> Thu, 19 Jul 2018 22:23:32 +0200 Parents: d5e54d4d3c158ec59f0a48fe70a212c4b35147cd Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9edde5e59fea636e3ee6f9b986bfc9b45681a27e Log: 7.0.31 announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-07-19-3.xml M include/releases.inc M include/version.inc A releases/7_0_31.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index ade0268..b4ab0aa 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,6 +6,21 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.0.31"><!-- {{{ 7.0.31 --> +<h3>Version 7.0.31</h3> +<b><?php release_date('19-Jul-2018'); ?></b> +<ul><li>Exif: +<ul> + <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c).</li> + <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while reading exif data).</li> +</ul></li> +<li>ZIP: +<ul> + <li><?php bugfix(76461); ?> (OPSYS_Z_CPM defined instead of OPSYS_CPM).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.8"><!-- {{{ 7.2.8 --> <h3>Version 7.2.8</h3> <b><?php release_date('19-Jul-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index ae37c89..fef423e 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/2018-07-19-3.xml"/> <xi:include href="entries/2018-07-19-2.xml"/> <xi:include href="entries/2018-07-19-1.xml"/> <xi:include href="entries/2018-07-05-1.xml"/> diff --git a/archive/entries/2018-07-19-3.xml b/archive/entries/2018-07-19-3.xml new file mode 100644 index 0000000..b6126c5 --- /dev/null +++ b/archive/entries/2018-07-19-3.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.0.31 Released</title> + <id>http://php.net/archive/2018.php#id2018-07-19-3</id> + <published>2018-07-19T13:00:00+01:00</published> + <updated>2018-07-19T13:00:00+01:00</updated> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <link href="http://php.net/index.php#id2018-07-19-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-07-19-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 + 7.0.31. This is a security release. Several security bugs have been fixed + in this release. + + All PHP 7.0 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.0.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.0.31">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 3639eff..b1d2ec3 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.0.30' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_0_30.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.0.30.tar.bz2', + 'name' => 'PHP 7.0.30 (tar.bz2)', + 'sha256' => '213f38400c239b8fab2f6f59d6f4d4bd463d0a75bd4edf723dd4d5fea8850b50', + 'date' => '26 Apr 2018', + ), + 1 => + array ( + 'filename' => 'php-7.0.30.tar.gz', + 'name' => 'PHP 7.0.30 (tar.gz)', + 'sha256' => '54e7615205123b940b996300bf99c707c2317b6b78388061a204b23ab3388a26', + 'date' => '26 Apr 2018', + ), + 2 => + array ( + 'filename' => 'php-7.0.30.tar.xz', + 'name' => 'PHP 7.0.30 (tar.xz)', + 'sha256' => 'c90892fb68ab9b8476519658d3f78f6388f2609ae1309bdc2a2e1cc9f92dd686', + 'date' => '26 Apr 2018', + ), + ), + 'date' => '26 Apr 2018', + 'museum' => false, + ), '7.2.7' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 33373fb..20eeb3f 100644 --- a/include/version.inc +++ b/include/version.inc @@ -47,12 +47,12 @@ $PHP_7_1_SHA256 = array( $PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_0_RC_DATE = "07 December 2017"; -$PHP_7_0_VERSION = "7.0.30"; -$PHP_7_0_DATE = "26 Apr 2018"; +$PHP_7_0_VERSION = "7.0.31"; +$PHP_7_0_DATE = "19 Jul 2018"; $PHP_7_0_SHA256 = array( - "tar.bz2" => "213f38400c239b8fab2f6f59d6f4d4bd463d0a75bd4edf723dd4d5fea8850b50", - "tar.gz" => "54e7615205123b940b996300bf99c707c2317b6b78388061a204b23ab3388a26", - "tar.xz" => "c90892fb68ab9b8476519658d3f78f6388f2609ae1309bdc2a2e1cc9f92dd686", + "tar.bz2" => "7e8bd73eced6e679a179d39571e8fee6c83e51c86f43338f65c2dc88c1106b91", + "tar.gz" => "182f36e5709837158bd4970ce57fe80735bdf79025133c00d6ad882d1c4d98dd", + "tar.xz" => "68f57b3f4587071fb54a620cb83a1cfb3f0bd4ee071e0ce3bf7046a5f2d2f3cf", ); /* PHP 5.6 Release */ diff --git a/releases/7_0_31.php b/releases/7_0_31.php new file mode 100644 index 0000000..a748f25 --- /dev/null +++ b/releases/7_0_31.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_0_31.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.0.31 Release Announcement"); +?> + + <h1>PHP 7.0.31 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.0.31. This is a security release. Several security bugs have been fixed + in this release. + + All PHP 7.0 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.0.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.0.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
