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

Announce 8.1.1

This commit is contained in:
Patrick Allaert
2021-12-17 17:47:32 +01:00
parent 7dcfd52821
commit 807423f8e4
6 changed files with 100 additions and 5 deletions

View File

@@ -8,6 +8,27 @@ changelog_header(8, $MINOR_VERSIONS);
?>
<a id="PHP_8_1"></a>
<section class="version" id="8.1.1"><!-- {{{ 8.1.1 -->
<h3>Version 8.1.1</h3>
<b><?php release_date('02-Dec-2021'); ?></b>
<ul><li>IMAP:
<ul>
<li><?php bugfix(81649); ?> (imap_(un)delete accept sequences, not single numbers).</li>
</ul></li>
<li>PCRE:
<ul>
<li>Update bundled PCRE2 to 10.39.</li>
<li><?php bugfix(74604); ?> (Out of bounds in php_pcre_replace_impl).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(81659); ?> (stream_get_contents() may unnecessarily overallocate).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.1.0"><!-- {{{ 8.1.0 -->
<h3>Version 8.1.0</h3>
<b><?php release_date('25-Nov-2021'); ?></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-12-17-1.xml"/>
<xi:include href="entries/2021-12-16-2.xml"/>
<xi:include href="entries/2021-12-16-1.xml"/>
<xi:include href="entries/2021-12-13-1.xml"/>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 8.1.1 Released!</title>
<id>https://www.php.net/archive/2021.php#2021-12-17-1</id>
<published>2021-12-17T17:31:25+01:00</published>
<updated>2021-12-17T17:31:25+01:00</updated>
<link href="https://www.php.net/index.php#id2021-12-17-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2021.php#2021-12-17-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 8.1.1. This is a bug fix release.</p>
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.1.1 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-8.php#8.1.1">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
'8.1.0' =>
array (
'announcement' =>
array (
'English' => '/releases/8_1_0.php',
),
'tags' =>
array (
),
'date' => '25 Nov 2021',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.1.0.tar.gz',
'name' => 'PHP 8.1.0 (tar.gz)',
'sha256' => '848705043ea4a6e022246ae12a1bff6afcf5c73ea98c6ac4d2108d6028c5c125',
'date' => '25 Nov 2021',
),
1 =>
array (
'filename' => 'php-8.1.0.tar.bz2',
'name' => 'PHP 8.1.0 (tar.bz2)',
'sha256' => '0725ed2baea125496a898455d501a77460218b2a0cfad773fa9322f491b82b61',
'date' => '25 Nov 2021',
),
2 =>
array (
'filename' => 'php-8.1.0.tar.xz',
'name' => 'PHP 8.1.0 (tar.xz)',
'sha256' => 'a1317eff0723a2b3d3122bbfe107a1158570ea2822dc35a5fb360086db0f6bbc',
'date' => '25 Nov 2021',
),
),
'museum' => false,
),
'8.0.13' =>
array (
'announcement' =>

View File

@@ -20,13 +20,13 @@ $RELEASES = (function() {
/* PHP 8.1 Release */
$data['8.1'] = [
'version' => '8.1.0',
'date' => '25 Nov 2021',
'version' => '8.1.1',
'date' => '16 Dec 2021',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '848705043ea4a6e022246ae12a1bff6afcf5c73ea98c6ac4d2108d6028c5c125',
'tar.bz2' => '0725ed2baea125496a898455d501a77460218b2a0cfad773fa9322f491b82b61',
'tar.xz' => 'a1317eff0723a2b3d3122bbfe107a1158570ea2822dc35a5fb360086db0f6bbc',
'tar.gz' => '4e4cf3f843a5111f6c55cd21de8f26834ea3cd4a5be77c88357cbcec4a2d671d',
'tar.bz2' => '8f8bc9cad6cd124edc111f7db0a109745e2f638770a101b3c22a2953f7a9b40e',
'tar.xz' => '33c09d76d0a8bbb5dd930d9dd32e6bfd44e9efcf867563759eb5492c3aff8856',
]
];

16
releases/8_1_1.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/8_1_1.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 8.1.1 Release Announcement');
?>
<h1>PHP 8.1.1 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP 8.1.1. This is a bug fix release.</p>
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.1.1 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-8.php#8.1.1">ChangeLog</a>.
</p>
<?php site_footer();