Author: Sergey Panteleev (saundefined) Date: 2024-08-29T19:00:10+03:00 Commit: https://github.com/php/web-php/commit/1af1b8246cc3ee415803f565c6670c295c7f1c78 Raw diff: https://github.com/php/web-php/commit/1af1b8246cc3ee415803f565c6670c295c7f1c78.diff
Announce PHP 8.2.23 Changed paths: A archive/entries/2024-08-29-1.xml A releases/8_2_23.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 7573a3a57d..74f8f2675a 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -959,6 +959,82 @@ <a id="PHP_8_2"></a> +<section class="version" id="8.2.23"><!-- {{{ 8.2.23 --> +<h3>Version 8.2.23</h3> +<b><?php release_date('29-Aug-2024'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15020); ?> (Memory leak in Zend/Optimizer/escape_analysis.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15023); ?> (Memory leak in Zend/zend_ini.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 13330); ?> (Append -Wno-implicit-fallthrough flag conditionally).</li> + <li>Fix uninitialized memory in network.c.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15108); ?> (Segfault when destroying generator during shutdown).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15275); ?> (Crash during GC of suspended generator delegate).</li> +</ul></li> +<li>Curl: +<ul> + <li>Fixed case when curl_error returns an empty string.</li> +</ul></li> +<li>DOM: +<ul> + <li>Fix UAF when removing doctype and using foreach iteration.</li> +</ul></li> +<li>FFI: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14286); ?> (ffi enum type (when enum has no name) make memory leak).</li> +</ul></li> +<li>Hash: +<ul> + <li>Fix crash when converting array data for array in shm in xxh3.</li> +</ul></li> +<li>Intl: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15087); ?> (IntlChar::foldCase()'s $option is not optional).</li> +</ul></li> +<li>Opcache: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 13817); ?> (Segmentation fault for enabled observers after pass 4).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 13775); ?> (Memory leak possibly related to opcache SHM placement).</li> +</ul></li> +<li>Output: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15179); ?> (Segmentation fault (null pointer dereference) in ext/standard/url_scanner_ex.re).</li> +</ul></li> +<li>PDO_Firebird: +<ul> + <li>Fix bogus fallthrough path in firebird_handle_get_attribute().</li> +</ul></li> +<li>PHPDBG: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 13199); ?> (EOF emits redundant prompt in phpdbg local console mode with libedit/readline).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15268); ?> (heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h)).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15210); ?> use-after-free on watchpoint allocations.</li> +</ul></li> +<li>Soap: +<ul> + <li><?php bugfix(55639); ?> (Digest autentication dont work).</li> + <li>Fix SoapFault property destruction.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15252); ?> (SOAP XML broken since PHP 8.3.9 when using classmap constructor option).</li> +</ul></li> +<li>Standard: +<ul> + <li>Fix passing non-finite timeout values in stream functions.</li> + <li>Fixed <?php githubissuel('php/php-src', 14780); ?> p(f)sockopen timeout overflow.</li> +</ul></li> +<li>Streams: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15028); ?> (Memory leak in ext/phar/stream.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15034); ?> (Integer overflow on stream_notification_callback byte_max parameter with files bigger than 2GB).</li> +</ul></li> +<li>Tidy: +<ul> + <li>Fix memory leaks in ext/tidy basedir restriction code.</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.2.22"><!-- {{{ 8.2.22 --> <h3>Version 8.2.22</h3> <b><?php release_date('01-Aug-2024'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 2611a3f9a0..159fec1044 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-29-1.xml"/> <xi:include href="entries/2024-08-27-1.xml"/> <xi:include href="entries/2024-08-15-3.xml"/> <xi:include href="entries/2024-08-15-2.xml"/> diff --git a/archive/entries/2024-08-29-1.xml b/archive/entries/2024-08-29-1.xml new file mode 100644 index 0000000000..7530f2d3b9 --- /dev/null +++ b/archive/entries/2024-08-29-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.2.23 Released!</title> + <id>https://www.php.net/archive/2024.php#2024-08-29-1</id> + <published>2024-08-29T15:58:02+00:00</published> + <updated>2024-08-29T15:58:02+00:00</updated> + <link href="https://www.php.net/index.php#2024-08-29-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2024.php#2024-08-29-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.23. 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.23 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.23">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 3d92d5ea3b..a756d96bec 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.22' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_22.php', + ), + 'tags' => + array ( + ), + 'date' => '01 Aug 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.22.tar.gz', + 'name' => 'PHP 8.2.22 (tar.gz)', + 'sha256' => '44197016c9eeed5c50523e20eb44adc4dd9d84ac08bdf9e46077e775d467d7d0', + 'date' => '01 Aug 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.22.tar.bz2', + 'name' => 'PHP 8.2.22 (tar.bz2)', + 'sha256' => '5aae5964c60533185f9be928cf7d79a13393cc5560cedf1f4b977944cc76a585', + 'date' => '01 Aug 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.22.tar.xz', + 'name' => 'PHP 8.2.22 (tar.xz)', + 'sha256' => '8566229bc88ad1f4aadc10700ab5fbcec81587c748999d985f11cf3b745462df', + 'date' => '01 Aug 2024', + ), + ), + 'museum' => false, + ), '8.2.21' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 2bdbbb8c4f..ca7b54ea85 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.22', - 'date' => '01 Aug 2024', + 'version' => '8.2.23', + 'date' => '29 Aug 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '44197016c9eeed5c50523e20eb44adc4dd9d84ac08bdf9e46077e775d467d7d0', - 'tar.bz2' => '5aae5964c60533185f9be928cf7d79a13393cc5560cedf1f4b977944cc76a585', - 'tar.xz' => '8566229bc88ad1f4aadc10700ab5fbcec81587c748999d985f11cf3b745462df', + 'tar.gz' => 'f5cb5f0e063bcc632c60a8f26af63b19d5f924f1fc54b4471d88cfaa865d6917', + 'tar.bz2' => 'f7c90cda7a3c1de01f3bfb7b469d52dec9eba2f3b83320836004f9c2eecae26b', + 'tar.xz' => '81c5ae6ba44e262a076349ee54a2e468638a4571085d80bff37f6fd308e1d8d5', ] ]; diff --git a/releases/8_2_23.php b/releases/8_2_23.php new file mode 100644 index 0000000000..708af5690e --- /dev/null +++ b/releases/8_2_23.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_2_23.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.2.23 Release Announcement'); +?> +<h1>PHP 8.2.23 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.2.23. 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.23 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.23">ChangeLog</a>. +</p> +<?php site_footer();