Commit: 3c16e8cc80f26555a7437a79c5b3622a594a8364 Author: Sara Golemon <[email protected]> Thu, 9 Jul 2020 13:43:29 +0000 Parents: 4a96d3ac826cf995e1a7f89c6cf7e02308977bac Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3c16e8cc80f26555a7437a79c5b3622a594a8364 Log: Announce 7.2.32 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-07-09-3.xml M include/releases.inc M include/version.inc A releases/7_2_32.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 84dc9db9a..8134c16d2 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -2472,6 +2472,18 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_2"></a> +<section class="version" id="7.2.32"><!-- {{{ 7.2.32 --> +<h3>Version 7.2.32</h3> +<b><?php release_date('09-Jul-2020'); ?></b> +<ul><li>Windows: +<ul> + <li>Rebuild of official Windows binaries with patched libcurl. No PHP source changes.</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.2.31"><!-- {{{ 7.2.31 --> <h3>Version 7.2.31</h3> <b><?php release_date('14-May-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index be29a84f8..42a1f5b52 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/2020-07-09-3.xml"/> <xi:include href="entries/2020-07-09-2.xml"/> <xi:include href="entries/2020-07-09-1.xml"/> <xi:include href="entries/2020-06-25-1.xml"/> diff --git a/archive/entries/2020-07-09-3.xml b/archive/entries/2020-07-09-3.xml new file mode 100644 index 000000000..d90bd5bdb --- /dev/null +++ b/archive/entries/2020-07-09-3.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.32 Released!</title> + <id>https://www.php.net/archive/2020.php#2020-07-09-2</id> + <published>2020-07-09T13:23:41+00:00</published> + <updated>2020-07-09T13:23:41+00:00</updated> + <link href="https://www.php.net/index.php#id2020-07-09-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-07-09-2" rel="via" type="text/html"/> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + The PHP development team announces the immediate availability of PHP 7.2.32. + This is a security release impacting the + <a href="https://windows.php.net/">official Windows builds</a> of PHP. + </p> + + <p> + For windows users running an official build, this release contains a + patched version of <a href="https://curl.haxx.se">libcurl</a> addressing + <a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8159</a>. + </p> + + <p> + For all other consumers of PHP, this release is functionally identical + to PHP 7.2.31 and no upgrade from that point release is necessary. + </p> + + <p> + For source downloads of PHP 7.2.32 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.2.32">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index e6563e575..1bf7c5639 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.31' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_31.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '14 May 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.31.tar.bz2', + 'name' => 'PHP 7.2.31 (tar.bz2)', + 'sha256' => '1ba7559745d704f39764a5deb002eb94f5cb8d9aaa219a6b8b32b94174e8a700', + 'date' => '14 May 2020', + ), + 1 => + array ( + 'filename' => 'php-7.2.31.tar.gz', + 'name' => 'PHP 7.2.31 (tar.gz)', + 'sha256' => '796837831ccebf00dc15921ed327cfbac59177da41b33044d9a6c7134cdd250c', + 'date' => '14 May 2020', + ), + 2 => + array ( + 'filename' => 'php-7.2.31.tar.xz', + 'name' => 'PHP 7.2.31 (tar.xz)', + 'sha256' => '8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806', + 'date' => '14 May 2020', + ), + ), + 'museum' => false, + ), '7.3.19' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4aaa808e9..4baba5bd1 100644 --- a/include/version.inc +++ b/include/version.inc @@ -37,13 +37,13 @@ $RELEASES = (function() { ); /* PHP 7.2 Release */ - $PHP_7_2_VERSION = "7.2.31"; - $PHP_7_2_DATE = "14 May 2020"; + $PHP_7_2_VERSION = "7.2.32"; + $PHP_7_2_DATE = "9 July 2020"; $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "1ba7559745d704f39764a5deb002eb94f5cb8d9aaa219a6b8b32b94174e8a700", - "tar.gz" => "796837831ccebf00dc15921ed327cfbac59177da41b33044d9a6c7134cdd250c", - "tar.xz" => "8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806", + "tar.bz2" => "715c0a4274ad17ce449cd0f16b8a7428936e3ba80002d0948a8699a6f75d98a7", + "tar.gz" => "b3aabb99e574c407dd58ad071fc52e27c489608fe06f1330d688d0fb7349089c", + "tar.xz" => "050fc16ca56d8d2365d980998220a4eb06439da71dfd38de49b42fea72310ef1", ); return array( diff --git a/releases/7_2_32.php b/releases/7_2_32.php new file mode 100644 index 000000000..b4aab337a --- /dev/null +++ b/releases/7_2_32.php @@ -0,0 +1,30 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.2.32.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.2.32 Release Announcement'); +?> +<h1>PHP 7.2.32 Release Announcement</h1> + +<p> + The PHP development team announces the immediate availability of PHP 7.2.32. + This is a security release impacting the + <a href="https://windows.php.net/">official Windows builds</a> of PHP. +</p> + +<p> + For windows users running an official build, this release contains a + patched version of <a href="https://curl.haxx.se">libcurl</a> addressing + <a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8159</a>. +</p> + +<p> + For all other consumers of PHP, this release is functionally identical + to PHP 7.2.31 and no upgrade from that point release is necessary. +</p> + +<p> + For source downloads of PHP 7.2.32 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.2.32">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
