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

Announce PHP 8.2.8

This commit is contained in:
Sergey Panteleev
2023-07-06 12:49:30 +03:00
parent 44a295d41f
commit 79f9ec1c7c
6 changed files with 160 additions and 6 deletions

View File

@@ -8,6 +8,83 @@ changelog_header(8, $MINOR_VERSIONS);
?>
<a id="PHP_8_2"></a>
<section class="version" id="8.2.8"><!-- {{{ 8.2.8 -->
<h3>Version 8.2.8</h3>
<b><?php release_date('06-Jul-2023'); ?></b>
<ul><li>CLI:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 11246); ?> (cli/get_set_process_title fails on MacOS).</li>
</ul></li>
<li>Core:
<ul>
<li>Fixed build for the riscv64 architecture/GCC 12.</li>
</ul></li>
<li>Curl:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 11433); ?> (Unable to set CURLOPT_ACCEPT_ENCODING to NULL).</li>
</ul></li>
<li>Date:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 11455); ?> (Segmentation fault with custom object date properties).</li>
</ul></li>
<li>DOM:
<ul>
<li>Fixed bugs <?php githubissuel('php/php-src', 11288); ?> and <?php githubissuel('php/php-src', 11289); ?> and <?php githubissuel('php/php-src', 11290); ?> and <?php githubissuel('php/php-src', 9142); ?> (DOMExceptions and segfaults with replaceWith).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 10234); ?> (Setting DOMAttr::textContent results in an empty attribute value).</li>
<li>Fix return value in stub file for DOMNodeList::item.</li>
<li>Fix spec compliance error with '*' namespace for DOMDocument::getElementsByTagNameNS.</li>
<li>Fix DOMElement::append() and DOMElement::prepend() hierarchy checks.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 11347); ?> (Memory leak when calling a static method inside an xpath query).</li>
<li><?php bugfix(67440); ?> (append_node of a DOMDocumentFragment does not reconcile namespaces).</li>
<li><?php bugfix(81642); ?> (DOMChildNode::replaceWith() bug when replacing a node with itself).</li>
<li><?php bugfix(77686); ?> (Removed elements are still returned by getElementById).</li>
<li><?php bugfix(70359); ?> (print_r() on DOMAttr causes Segfault in php_libxml_node_free_list()).</li>
<li><?php bugfix(78577); ?> (Crash in DOMNameSpace debug info handlers).</li>
<li>Fix lifetime issue with getAttributeNodeNS().</li>
<li>Fix "invalid state error" with cloned namespace declarations.</li>
<li><?php bugfix(55294); ?> and #47530 and #47847 (various namespace reconciliation issues).</li>
<li><?php bugfix(80332); ?> (Completely broken array access functionality with DOMNamedNodeMap).</li>
</ul></li>
<li>Opcache:
<ul>
<li>Fix allocation loop in zend_shared_alloc_startup().</li>
<li>Access violation on smm_shared_globals with ALLOC_FALLBACK.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 11336); ?> (php still tries to unlock the shared memory ZendSem with opcache.file_cache_only=1 but it was never locked).</li>
</ul></li>
<li>OpenSSL:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 9356); ?> Incomplete validation of IPv6 Address fields in subjectAltNames (James Lucas, Jakub Zelenka).</li>
</ul></li>
<li>PCRE:
<ul>
<li>Fix preg_replace_callback_array() pattern validation.</li>
</ul></li>
<li>PGSQL:
<ul>
<li>Fixed intermittent segfault with pg_trace.</li>
</ul></li>
<li>Phar:
<ul>
<li>Fix cross-compilation check in phar generation for FreeBSD.</li>
</ul></li>
<li>SPL:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 11338); ?> (SplFileInfo empty getBasename with more than one slash).</li>
</ul></li>
<li>Standard:
<ul>
<li>Fix access on NULL pointer in array_merge_recursive().</li>
<li>Fix exception handling in array_multisort().</li>
</ul></li>
<li>SQLite3:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 11451); ?> (Invalid associative array containing duplicate keys).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.2.7"><!-- {{{ 8.2.7 -->
<h3>Version 8.2.7</h3>
<b><?php release_date('08-Jun-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-07-06-2.xml"/>
<xi:include href="entries/2023-07-06-1.xml"/>
<xi:include href="entries/2023-06-22-1.xml"/>
<xi:include href="entries/2023-06-08-5.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.8 Released!</title>
<id>https://www.php.net/archive/2023.php#2023-07-06-2</id>
<published>2023-07-06T09:47:01+00:00</published>
<updated>2023-07-06T09:47:01+00:00</updated>
<link href="https://www.php.net/index.php#2023-07-06-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2023.php#2023-07-06-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.8. 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.8 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.8">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
'8.2.7' =>
array (
'announcement' =>
array (
'English' => '/releases/8_2_7.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '08 Jun 2023',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.2.7.tar.gz',
'name' => 'PHP 8.2.7 (tar.gz)',
'sha256' => '7046f939f0e5116285341d55c06af1d50907e107ac2c70defc32ef880f88cde4',
'date' => '08 Jun 2023',
),
1 =>
array (
'filename' => 'php-8.2.7.tar.bz2',
'name' => 'PHP 8.2.7 (tar.bz2)',
'sha256' => '5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f',
'date' => '08 Jun 2023',
),
2 =>
array (
'filename' => 'php-8.2.7.tar.xz',
'name' => 'PHP 8.2.7 (tar.xz)',
'sha256' => '4b9fb3dcd7184fe7582d7e44544ec7c5153852a2528de3b6754791258ffbdfa0',
'date' => '08 Jun 2023',
),
),
'museum' => false,
),
'8.1.19' =>
array (
'announcement' =>

View File

@@ -20,13 +20,13 @@ $RELEASES = (function () {
/* PHP 8.2 Release */
$data['8.2'] = [
'version' => '8.2.7',
'date' => '08 Jun 2023',
'tags' => ['security'], // Set to ['security'] for security releases.
'version' => '8.2.8',
'date' => '06 Jul 2023',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '7046f939f0e5116285341d55c06af1d50907e107ac2c70defc32ef880f88cde4',
'tar.bz2' => '5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f',
'tar.xz' => '4b9fb3dcd7184fe7582d7e44544ec7c5153852a2528de3b6754791258ffbdfa0',
'tar.gz' => '6419b74e9b675c8d5a1afd2788c4d7996a19bbe2be409716ccb2067897af9df1',
'tar.bz2' => '995ed4009c7917c962d31837a1a3658f36d4af4f357b673c97ffdbe6403f8517',
'tar.xz' => 'cfe1055fbcd486de7d3312da6146949aae577365808790af6018205567609801',
]
];

16
releases/8_2_8.php Normal file
View File

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