Author: Pierrick Charron (adoy) Date: 2024-08-01T12:14:48-04:00 Commit: https://github.com/php/web-php/commit/d6f5da7c58f606a1bc17e5a3c9c879376e258c32 Raw diff: https://github.com/php/web-php/commit/d6f5da7c58f606a1bc17e5a3c9c879376e258c32.diff
Announce 8.2.22 Changed paths: A archive/entries/2024-08-01-2.xml A releases/8_2_22.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 caa8574395..7573a3a57d 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -959,6 +959,87 @@ <a id="PHP_8_2"></a> +<section class="version" id="8.2.22"><!-- {{{ 8.2.22 --> +<h3>Version 8.2.22</h3> +<b><?php release_date('01-Aug-2024'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 13922); ?> (Fixed support for systems with sysconf(_SC_GETPW_R_SIZE_MAX) == -1).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14626); ?> (Fix is_zend_ptr() for huge blocks).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14590); ?> (Memory leak in FPM test gh13563-conf-bool-env.phpt.</li> + <li>Fixed OSS-Fuzz #69765.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14741); ?> (Segmentation fault in Zend/zend_types.h).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14969); ?> (Use-after-free in property coercion with __toString()).</li> +</ul></li> +<li>Dom: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14702); ?> (DOMDocument::xinclude() crash).</li> +</ul></li> +<li>Gd: +<ul> + <li>ext/gd/tests/gh10614.phpt: skip if no PNG support.</li> + <li>restored warning instead of fata error.</li> +</ul></li> +<li>LibXML: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14563); ?> (Build failure with libxml2 v2.13.0).</li> +</ul></li> +<li>Opcache: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14550); ?> (No warning message when Zend DTrace is enabled that opcache.jit is implictly disabled).</li> +</ul></li> +<li>Output: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14808); ?> (Unexpected null pointer in Zend/zend_string.h with empty output buffer).</li> +</ul></li> +<li>PDO: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14712); ?> (Crash with PDORow access to null property).</li> +</ul></li> +<li>Phar: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14603); ?> (null string from zip entry).</li> +</ul></li> +<li>PHPDBG: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14596); ?> (crashes with ASAN and ZEND_RC_DEBUG=1).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14553); ?> (echo output trimmed at NULL byte).</li> +</ul></li> +<li>Shmop: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14537); ?> (shmop Windows 11 crashes the process).</li> +</ul></li> +<li>SimpleXML: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14638); ?> (null dereference after XML parsing failure).</li> +</ul></li> +<li>SPL: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14639); ?> (Member access within null pointer in ext/spl/spl_observer.c).</li> +</ul></li> +<li>Standard: +<ul> + <li>Fix 32-bit wordwrap test failures.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14774); ?> (time_sleep_until overflow).</li> +</ul></li> +<li>Tidy: +<ul> + <li>Fix memory leak in tidy_repair_file().</li> +</ul></li> +<li>Treewide: +<ul> + <li>Fix compatibility with libxml2 2.13.2.</li> +</ul></li> +<li>XML: +<ul> + <li>Move away from to-be-deprecated libxml fields.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14834); ?> (Error installing PHP when --with-pear is used).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.2.21"><!-- {{{ 8.2.21 --> <h3>Version 8.2.21</h3> <b><?php release_date('04-Jul-2024'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index af4036d675..8f62d93f08 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/2024-08-01-2.xml"/> <xi:include href="entries/2024-08-01-1.xml"/> <xi:include href="entries/2024-07-19-1.xml"/> <xi:include href="entries/2024-07-18-1.xml"/> diff --git a/archive/entries/2024-08-01-2.xml b/archive/entries/2024-08-01-2.xml new file mode 100644 index 0000000000..c2123c9988 --- /dev/null +++ b/archive/entries/2024-08-01-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.22 Released!</title> + <id>https://www.php.net/archive/2024.php#2024-08-01-2</id> + <published>2024-08-01T16:12:06+00:00</published> + <updated>2024-08-01T16:12:06+00:00</updated> + <link href="https://www.php.net/index.php#2024-08-01-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2024.php#2024-08-01-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.22. 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.22 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.22">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index b07c0c0dab..3d92d5ea3b 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.21' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_21.php', + ), + 'tags' => + array ( + ), + 'date' => '04 Jul 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.21.tar.gz', + 'name' => 'PHP 8.2.21 (tar.gz)', + 'sha256' => '0c6323699309a4d2e71057f01bc071b199f240973c349287b667a3ab36a496c6', + 'date' => '04 Jul 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.21.tar.bz2', + 'name' => 'PHP 8.2.21 (tar.bz2)', + 'sha256' => 'f9876fe7d4d96d41aced199b58a1f7ae7b6655ddc92673135feded7f6939d77f', + 'date' => '04 Jul 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.21.tar.xz', + 'name' => 'PHP 8.2.21 (tar.xz)', + 'sha256' => '8cc44d51bb2506399ec176f70fe110f0c9e1f7d852a5303a2cd1403402199707', + 'date' => '04 Jul 2024', + ), + ), + 'museum' => false, + ), '8.3.9' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 757e187c0f..2bdbbb8c4f 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.21', - 'date' => '04 Jul 2024', + 'version' => '8.2.22', + 'date' => '01 Aug 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '0c6323699309a4d2e71057f01bc071b199f240973c349287b667a3ab36a496c6', - 'tar.bz2' => 'f9876fe7d4d96d41aced199b58a1f7ae7b6655ddc92673135feded7f6939d77f', - 'tar.xz' => '8cc44d51bb2506399ec176f70fe110f0c9e1f7d852a5303a2cd1403402199707', + 'tar.gz' => '44197016c9eeed5c50523e20eb44adc4dd9d84ac08bdf9e46077e775d467d7d0', + 'tar.bz2' => '5aae5964c60533185f9be928cf7d79a13393cc5560cedf1f4b977944cc76a585', + 'tar.xz' => '8566229bc88ad1f4aadc10700ab5fbcec81587c748999d985f11cf3b745462df', ] ]; diff --git a/releases/8_2_22.php b/releases/8_2_22.php new file mode 100644 index 0000000000..55fe48d179 --- /dev/null +++ b/releases/8_2_22.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_2_22.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.2.22 Release Announcement'); +?> +<h1>PHP 8.2.22 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.2.22. 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.22 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.22">ChangeLog</a>. +</p> +<?php site_footer();