Author: Pierrick Charron (adoy)
Date: 2023-01-05T13:43:21-05:00

Commit: 
https://github.com/php/web-php/commit/68a3f8e01efa25921520110f23e1c13ec57d243a
Raw diff: 
https://github.com/php/web-php/commit/68a3f8e01efa25921520110f23e1c13ec57d243a.diff

Announce PHP 8.2.1

Changed paths:
  A  archive/entries/2023-01-05-2.xml
  A  releases/8_2_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 408606033..3c8301778 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,81 @@
 ?>
 <a id="PHP_8_2"></a>
 
+<section class="version" id="8.2.1"><!-- {{{ 8.2.1 -->
+<h3>Version 8.2.1</h3>
+<b><?php release_date('05-Jan-2023'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9905); ?> (constant() 
behaves inconsistent when class is undefined).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9918); ?> (License 
information for xxHash is not included in README.REDIST.BINS file).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9890); ?> (OpenSSL legacy 
providers not available on Windows).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9650); ?> (Can't initialize 
heap: [0x000001e7]).</li>
+  <li>Fixed potentially undefined behavior in Windows ftok(3) emulation.</li>
+  <li>Fixed <?php githubissuel('php/php-src', 9769); ?> (Misleading error 
message for unpacking of objects).</li>
+</ul></li>
+<li>Apache:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9949); ?> (Partial content 
on incomplete POST request).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9959); ?> (Solaris port 
event mechanism is still broken after bug #66694).</li>
+  <li><?php bugfix(68207); ?> (Setting fastcgi.error_header can result in a 
WARNING).</li>
+  <li><?php bugfix(80669); ?> (FPM numeric user fails to set groups).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 8517); ?> (Random crash of 
FPM master process in fpm_stdio_child_said).</li>
+</ul></li>
+<li>Imap:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 10051); ?> (IMAP: there's no 
way to check if a IMAP\Connection is still open).</li>
+</ul></li>
+<li>MBString:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9535); ?> (The behavior of 
mb_strcut in mbstring has been changed in PHP8.1).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9968); ?> (Segmentation 
Fault during OPCache Preload).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9997); ?> (OpenSSL engine 
clean up segfault).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9064); ?> (PHP fails to 
build if openssl was built with --no-ec).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 10000); ?> (OpenSSL test 
failures when OpenSSL compiled with no-dsa).</li>
+</ul></li>
+<li>Pcntl:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9298); ?> (Signal handler 
called after rshutdown leads to crash).</li>
+</ul></li>
+<li>PDO_Firebird:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9971); ?> (Incorrect NUMERIC 
value returned from PDO_Firebird).</li>
+</ul></li>
+<li>PDO/SQLite:
+<ul>
+  <li><?php bugfix(81740); ?> (PDO::quote() may return unquoted string). 
(CVE-2022-31631)</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 9932); ?> (session name silently 
fails with . and [).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 9883); ?> 
(SplFileObject::__toString() reads next line).</li>
+  <li>Fixed <?php githubissuel('php/php-src', 10011); ?> (Trampoline 
autoloader will get reregistered and cannot be unregistered).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+  <li><?php bugfix(81742); ?> (open_basedir bypass in SQLite3 by using file 
URI).</li>
+</ul></li>
+<li>TSRM:
+<ul>
+  <li>Fixed Windows shmget() wrt. IPC_PRIVATE.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.2.0"><!-- {{{ 8.2.0 -->
 <h3>Version 8.2.0</h3>
 <b><?php release_date('08-Dec-2022'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 35555c7e4..5ae842b4d 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/2023-01-05-2.xml"/>
   <xi:include href="entries/2023-01-05-1.xml"/>
   <xi:include href="entries/2022-12-17-1.xml"/>
   <xi:include href="entries/2022-12-08-1.xml"/>
diff --git a/archive/entries/2023-01-05-2.xml b/archive/entries/2023-01-05-2.xml
new file mode 100644
index 000000000..aa7c66ae4
--- /dev/null
+++ b/archive/entries/2023-01-05-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.2.1 Released!</title>
+  <id>https://www.php.net/archive/2023.php#2023-01-05-2</id>
+  <published>2023-01-05T18:34:21+00:00</published>
+  <updated>2023-01-05T18:34:21+00:00</updated>
+  <link href="https://www.php.net/index.php#2023-01-05-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2023.php#2023-01-05-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 8.2.1. This is a security 
release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.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.2.1";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 2d0be8788..11d2c2f38 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.2.0' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_2_0.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '08 Dec 2022',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.2.0.tar.gz',
+          'name' => 'PHP 8.2.0 (tar.gz)',
+          'sha256' => 
'435c4c2439db648cdf34236f7cd459f93f943fb788b66723a033610d4a059fc6',
+          'date' => '08 Dec 2022',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.2.0.tar.bz2',
+          'name' => 'PHP 8.2.0 (tar.bz2)',
+          'sha256' => 
'1bf4fca663f93d9e0b4909bd6eae0583a1ce383e7f05df126f28f272fa1fd51a',
+          'date' => '08 Dec 2022',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.2.0.tar.xz',
+          'name' => 'PHP 8.2.0 (tar.xz)',
+          'sha256' => 
'6ea4c2dfb532950fd712aa2a08c1412a6a81cd1334dd0b0bf88a8e44c2b3a943',
+          'date' => '08 Dec 2022',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.1.13' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index cb3b21bc4..fd877602d 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function () {
 
     /* PHP 8.2 Release */
     $data['8.2'] = [
-        'version' => '8.2.0',
-        'date' => '08 Dec 2022',
-        'tags' => [], // Set to ['security'] for security releases.
+        'version' => '8.2.1',
+        'date' => '05 Jan 2023',
+        'tags' => ['security'], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'435c4c2439db648cdf34236f7cd459f93f943fb788b66723a033610d4a059fc6',
-            'tar.bz2' => 
'1bf4fca663f93d9e0b4909bd6eae0583a1ce383e7f05df126f28f272fa1fd51a',
-            'tar.xz' => 
'6ea4c2dfb532950fd712aa2a08c1412a6a81cd1334dd0b0bf88a8e44c2b3a943',
+            'tar.gz' => 
'6d7b1b8feb14fd1c65a2bc9d0f72c75589a61a946566cf9c3bf9536a5530b635',
+            'tar.bz2' => 
'75d6f8f365993ec0d1d9c6281d4557e6feec5a26194a468b8b01459d177efb29',
+            'tar.xz' => 
'650d3bd7a056cabf07f6a0f6f1dd8ba45cd369574bbeaa36de7d1ece212c17af',
         ]
     ];
 
diff --git a/releases/8_2_1.php b/releases/8_2_1.php
new file mode 100644
index 000000000..c109c8af8
--- /dev/null
+++ b/releases/8_2_1.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_1.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.1 Release Announcement');
+?>
+<h1>PHP 8.2.1 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.2.1. 
This is a security release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.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.2.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