Commit: f45799842d975ab03d519c7c8722ea39744ec688 Author: Christoph M. Becker <[email protected]> Thu, 4 Feb 2021 12:00:57 +0100 Parents: 817c22606c4e2a35545babff09d8b1718dcc6d1e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f45799842d975ab03d519c7c8722ea39744ec688 Log: Announce 7.3.27 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2021-02-04-1.xml M include/releases.inc M include/version.inc A releases/7_3_27.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 296a9b87d..ae70acdcc 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1335,6 +1335,18 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_3"></a> +<section class="version" id="7.3.27"><!-- {{{ 7.3.27 --> +<h3>Version 7.3.27</h3> +<b><?php release_date('04-Feb-2021'); ?></b> +<ul><li>SOAP: +<ul> + <li><?php bugfix(80672); ?> (Null Dereference in SoapClient). (CVE-2021-21702)</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.3.26"><!-- {{{ 7.3.26 --> <h3>Version 7.3.26</h3> <b><?php release_date('07-Jan-2021'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 2ec8e9005..9015b8069 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/2021-02-04-1.xml"/> <xi:include href="entries/2021-01-23-1.xml"/> <xi:include href="entries/2021-01-07-3.xml"/> <xi:include href="entries/2021-01-07-2.xml"/> diff --git a/archive/entries/2021-02-04-1.xml b/archive/entries/2021-02-04-1.xml new file mode 100644 index 000000000..87b227cbd --- /dev/null +++ b/archive/entries/2021-02-04-1.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.3.27 Released!</title> + <id>https://www.php.net/archive/2021.php#2021-02-04-1</id> + <published>2021-02-04T10:52:11+00:00</published> + <updated>2021-02-04T10:52:11+00:00</updated> + <link href="https://www.php.net/index.php#id2021-02-04-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2021.php#2021-02-04-1" 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.3.27. This is a security release.</p> + + <p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.3.27 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.27">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 8530fa721..2e57a8bfd 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1,7 +1,7 @@ <?php $OLDRELEASES = array ( 8 => - array ( + array ( '8.0.0' => array ( 'announcement' => @@ -41,6 +41,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.3.26' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_26.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '07 Dec 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.26.tar.gz', + 'name' => 'PHP 7.3.26 (tar.gz)', + 'sha256' => '2b55c2a54d1825e7c3feaf44cf42cdf782b8d5c611314172fbf8e234960b6a99', + 'date' => '07 Dec 2021', + ), + 1 => + array ( + 'filename' => 'php-7.3.26.tar.bz2', + 'name' => 'PHP 7.3.26 (tar.bz2)', + 'sha256' => '371e5a7c8154fd3c52b14baace5f7d04c4bbb8e841d356c54a2b6a688db39d4e', + 'date' => '07 Dec 2021', + ), + 2 => + array ( + 'filename' => 'php-7.3.26.tar.xz', + 'name' => 'PHP 7.3.26 (tar.xz)', + 'sha256' => 'd93052f4cb2882090b6a37fd1e0c764be1605a2461152b7f6b8f04fa48875208', + 'date' => '07 Dec 2021', + ), + ), + 'museum' => false, + ), '7.3.25' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 238c4a92c..191608198 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function() { /* PHP 7.3 Release */ $data['7.3'] = [ - 'version' => '7.3.26', - 'date' => '07 Dec 2021', + 'version' => '7.3.27', + 'date' => '04 Feb 2021', 'tags' => ['security'], 'sha256' => [ - 'tar.gz' => '2b55c2a54d1825e7c3feaf44cf42cdf782b8d5c611314172fbf8e234960b6a99', - 'tar.bz2' => '371e5a7c8154fd3c52b14baace5f7d04c4bbb8e841d356c54a2b6a688db39d4e', - 'tar.xz' => 'd93052f4cb2882090b6a37fd1e0c764be1605a2461152b7f6b8f04fa48875208', + 'tar.gz' => '4b7b9bd0526ad3f2c8d6fd950ea7b0ab2478b5b09755c6a620a4f3bcfbf59154', + 'tar.bz2' => '9d2006f5e835acf5e408e34d8050a4935f2121ab18bda42775a27ed59bdae003', + 'tar.xz' => '65f616e2d5b6faacedf62830fa047951b0136d5da34ae59e6744cbaf5dca148d', ] ]; diff --git a/releases/7_3_27.php b/releases/7_3_27.php new file mode 100644 index 000000000..ffd31c26a --- /dev/null +++ b/releases/7_3_27.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.3.27.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.3.27 Release Announcement'); +?> +<h1>PHP 7.3.27 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.3.27. This is a security release.</p> + +<p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.3.27 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, +Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.27">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
