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

Announce PHP 8.2.2

This commit is contained in:
Sergey Panteleev
2023-02-02 17:51:15 +03:00
parent a9bcccccc2
commit e0f6d008a5
6 changed files with 151 additions and 6 deletions

View File

@@ -8,6 +8,74 @@ changelog_header(8, $MINOR_VERSIONS);
?>
<a id="PHP_8_2"></a>
<section class="version" id="8.2.2"><!-- {{{ 8.2.2 -->
<h3>Version 8.2.2</h3>
<b><?php release_date('02-Feb-2023'); ?></b>
<ul><li>Core:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 10200); ?> (zif_get_object_vars: Assertion `!(((__ht)-&gt;u.flags &amp; (1&lt;&lt;2)) != 0)' failed).</li>
<li>Fix <?php githubissuel('php/php-src', 10251); ?> (Assertion `(flag &amp; (1&lt;&lt;3)) == 0' failed).</li>
<li>Fix <?php githubissuel('php/php-src', 10240); ?> (Assertion failure when adding more than 2**30 elements to an unpacked array).</li>
<li>Fix <?php githubissuel('php/php-src', 9735); ?> (Fiber stack variables do not participate in cycle collector).</li>
<li>Fix <?php githubissuel('php/php-src', 9675); ?> (Broken run_time_cache init for internal enum methods).</li>
</ul></li>
<li>FPM:
<ul>
<li><?php bugfix(77106); ?> (Missing separator in FPM FastCGI errors).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 9981); ?> (FPM does not reset fastcgi.error_header).</li>
<li><?php bugfix(68591); ?> (Configuration test does not perform UID lookups).</li>
<li>Fixed memory leak when running FPM config test.</li>
<li><?php bugfix(67244); ?> (Wrong owner:group for listening unix socket).</li>
</ul></li>
<li>Hash:
<ul>
<li>Handle exceptions from __toString in XXH3's initialization (nielsdos)</li>
</ul></li>
<li>LDAP:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 10112); ?> (LDAP\Connection::__construct() refers to ldap_create()).</li>
</ul></li>
<li>Opcache:
<ul>
<li>Fix inverted bailout value in zend_runtime_jit() (Max Kellermann).</li>
<li>Fix access to uninitialized variable in accel_preload().</li>
<li>Fix zend_jit_find_trace() crashes.</li>
<li>Added missing lock for EXIT_INVALIDATE in zend_jit_trace_exit.</li>
</ul></li>
<li>Phar:
<ul>
<li>Fix wrong flags check for compression method in phar_object.c (nielsdos)</li>
</ul></li>
<li>PHPDBG:
<ul>
<li>Fix undefined behaviour in phpdbg_load_module_or_extension().</li>
<li>Fix NULL pointer dereference in phpdbg_create_conditional_breal().</li>
<li>Fix <?php githubissuel('php/php-src', 9710); ?>: phpdbg memory leaks by option "-h" (nielsdos)</li>
<li>Fix phpdbg segmentation fault in case of malformed input (nielsdos)</li>
</ul></li>
<li>Posix:
<ul>
<li>Fix memory leak in posix_ttyname() (girgias)</li>
</ul></li>
<li>Random:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 10247); ?> (Theoretical file descriptor leak for /dev/urandom).</li>
</ul></li>
<li>Standard:
<ul>
<li>Fix <?php githubissuel('php/php-src', 10187); ?> (Segfault in stripslashes() with arm64).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 10214); ?> (Incomplete validation of object syntax during unserialize()).</li>
<li>Fix substr_replace with slots in repl_ht being UNDEF.</li>
</ul></li>
<li>XMLWriter:
<ul>
<li>Fix missing check for xmlTextWriterEndElement (nielsdos)</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.2.1"><!-- {{{ 8.2.1 -->
<h3>Version 8.2.1</h3>
<b><?php release_date('05-Jan-2023'); ?></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/2023-02-02-1.xml"/>
<xi:include href="entries/2023-01-05-3.xml"/>
<xi:include href="entries/2023-01-05-2.xml"/>
<xi:include href="entries/2023-01-05-1.xml"/>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 8.2.2 Released!</title>
<id>https://www.php.net/archive/2023.php#2023-02-02-1</id>
<published>2023-02-02T14:48:02+00:00</published>
<updated>2023-02-02T14:48:02+00:00</updated>
<link href="https://www.php.net/index.php#2023-02-02-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2023.php#2023-02-02-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.2.2. This is a bug fix release.</p>
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.2.2 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.2">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
'8.2.1' =>
array (
'announcement' =>
array (
'English' => '/releases/8_2_1.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '05 Jan 2023',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.2.1.tar.gz',
'name' => 'PHP 8.2.1 (tar.gz)',
'sha256' => '6d7b1b8feb14fd1c65a2bc9d0f72c75589a61a946566cf9c3bf9536a5530b635',
'date' => '05 Jan 2023',
),
1 =>
array (
'filename' => 'php-8.2.1.tar.bz2',
'name' => 'PHP 8.2.1 (tar.bz2)',
'sha256' => '75d6f8f365993ec0d1d9c6281d4557e6feec5a26194a468b8b01459d177efb29',
'date' => '05 Jan 2023',
),
2 =>
array (
'filename' => 'php-8.2.1.tar.xz',
'name' => 'PHP 8.2.1 (tar.xz)',
'sha256' => '650d3bd7a056cabf07f6a0f6f1dd8ba45cd369574bbeaa36de7d1ece212c17af',
'date' => '05 Jan 2023',
),
),
'museum' => false,
),
'8.0.26' =>
array (
'announcement' =>

View File

@@ -20,13 +20,13 @@ $RELEASES = (function () {
/* PHP 8.2 Release */
$data['8.2'] = [
'version' => '8.2.1',
'date' => '05 Jan 2023',
'tags' => ['security'], // Set to ['security'] for security releases.
'version' => '8.2.2',
'date' => '02 Feb 2023',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '6d7b1b8feb14fd1c65a2bc9d0f72c75589a61a946566cf9c3bf9536a5530b635',
'tar.bz2' => '75d6f8f365993ec0d1d9c6281d4557e6feec5a26194a468b8b01459d177efb29',
'tar.xz' => '650d3bd7a056cabf07f6a0f6f1dd8ba45cd369574bbeaa36de7d1ece212c17af',
'tar.gz' => 'd82dda50356cebf6b6e14dbb576b14bc8b85f0f4476a787f0f50611f11eb37d2',
'tar.bz2' => 'f5223a5274eda8b40c19e47de0de4678c65d64401ccf710e2464962eb8136804',
'tar.xz' => 'bdc4aa38e652bac86039601840bae01c0c3653972eaa6f9f93d5f71953a7ee33',
]
];

16
releases/8_2_2.php Normal file
View File

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