Author: Patrick Allaert (patrickallaert)
Date: 2021-12-17T17:54:57+01:00

Commit: 
https://github.com/php/web-php/commit/807423f8e4ded01ba49fac48b621f844f795ed7e
Raw diff: 
https://github.com/php/web-php/commit/807423f8e4ded01ba49fac48b621f844f795ed7e.diff

Announce 8.1.1

Changed paths:
  A  archive/entries/2021-12-17-1.xml
  A  releases/8_1_1.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 84871a8cf..b86bd7126 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,27 @@
 ?>
 <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>
diff --git a/archive/archive.xml b/archive/archive.xml
index 9c3c6eab2..f0f97dc11 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -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"/>
diff --git a/archive/entries/2021-12-17-1.xml b/archive/entries/2021-12-17-1.xml
new file mode 100644
index 000000000..a7e24a967
--- /dev/null
+++ b/archive/entries/2021-12-17-1.xml
@@ -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>
diff --git a/include/releases.inc b/include/releases.inc
index af515678e..ac77c9899 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -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' => 
diff --git a/include/version.inc b/include/version.inc
index b69e49a4b..28b48a7c6 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -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',
         ]
     ];
 
diff --git a/releases/8_1_1.php b/releases/8_1_1.php
new file mode 100644
index 000000000..b1a4bc316
--- /dev/null
+++ b/releases/8_1_1.php
@@ -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();

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to