1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Announce 7.3.26

This commit is contained in:
Christoph M. Becker
2021-01-07 11:45:50 +01:00
parent 1ca5f5d1cf
commit b89b60f54c
6 changed files with 93 additions and 6 deletions

View File

@@ -1335,6 +1335,19 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<a name="PHP_7_3"></a>
<section class="version" id="7.3.26"><!-- {{{ 7.3.26 -->
<h3>Version 7.3.26</h3>
<b><?php release_date('07-Jan-2021'); ?></b>
<ul><li>Standard:
<ul>
<li><?php bugfix(77423); ?> (FILTER_VALIDATE_URL accepts URLs with invalid userinfo). (CVE-2020-7071)</li>
<li><?php bugfix(80457); ?> (stream_get_contents() fails with maxlength=-1 or default).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.3.25"><!-- {{{ 7.3.25 -->
<h3>Version 7.3.25</h3>
<b><?php release_date('26-Nov-2020'); ?></b>

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2021-01-07-2.xml"/>
<xi:include href="entries/2021-01-07-1.xml"/>
<xi:include href="entries/2020-11-30-1.xml"/>
<xi:include href="entries/2020-11-26-3.xml"/>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.3.26 Released!</title>
<id>https://www.php.net/archive/2021.php#2021-01-07-2</id>
<published>2021-01-07T10:31:37+00:00</published>
<updated>2021-01-07T10:31:37+00:00</updated>
<link href="https://www.php.net/index.php#id2021-01-07-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2021.php#2021-01-07-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.3.26. 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.26 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.26">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -2,6 +2,42 @@
$OLDRELEASES = array (
7 =>
array (
'7.3.25' =>
array (
'announcement' =>
array (
'English' => '/releases/7_3_25.php',
),
'tags' =>
array (
),
'date' => '26 Nov 2020',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.3.25.tar.gz',
'name' => 'PHP 7.3.25 (tar.gz)',
'sha256' => '097c7a2a2f9189b33799d79ee5a8aac68a4d72696c1cd69c66ef5d0941ce28ad',
'date' => '26 Nov 2020',
),
1 =>
array (
'filename' => 'php-7.3.25.tar.bz2',
'name' => 'PHP 7.3.25 (tar.bz2)',
'sha256' => '69315a4daa91e3b07c90eef86fe205c8812c4ac5ce119c9953ecc9f42e7702fb',
'date' => '26 Nov 2020',
),
2 =>
array (
'filename' => 'php-7.3.25.tar.xz',
'name' => 'PHP 7.3.25 (tar.xz)',
'sha256' => 'c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329',
'date' => '26 Nov 2020',
),
),
'museum' => false,
),
'7.4.13' =>
array (
'announcement' =>

View File

@@ -44,13 +44,13 @@ $RELEASES = (function() {
/* PHP 7.3 Release */
$data['7.3'] = [
'version' => '7.3.25',
'date' => '26 Nov 2020',
'tags' => [],
'version' => '7.3.26',
'date' => '07 Dec 2021',
'tags' => ['security'],
'sha256' => [
'tar.gz' => '097c7a2a2f9189b33799d79ee5a8aac68a4d72696c1cd69c66ef5d0941ce28ad',
'tar.bz2' => '69315a4daa91e3b07c90eef86fe205c8812c4ac5ce119c9953ecc9f42e7702fb',
'tar.xz' => 'c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329',
'tar.gz' => '2b55c2a54d1825e7c3feaf44cf42cdf782b8d5c611314172fbf8e234960b6a99',
'tar.bz2' => '371e5a7c8154fd3c52b14baace5f7d04c4bbb8e841d356c54a2b6a688db39d4e',
'tar.xz' => 'd93052f4cb2882090b6a37fd1e0c764be1605a2461152b7f6b8f04fa48875208',
]
];

16
releases/7_3_26.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/7.3.26.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 7.3.26 Release Announcement');
?>
<h1>PHP 7.3.26 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP 7.3.26. 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.26 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.26">ChangeLog</a>.
</p>
<?php site_footer();