Author: Sergey Panteleev (saundefined) Date: 2023-03-16T16:48:34+03:00 Commit: https://github.com/php/web-php/commit/457533fcbac7a8abc0479e35af0b0b68d2bcf261 Raw diff: https://github.com/php/web-php/commit/457533fcbac7a8abc0479e35af0b0b68d2bcf261.diff
Announce PHP 8.2.4 Changed paths: A archive/entries/2023-03-16-2.xml A releases/8_2_4.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 b526ebd6a..81870958a 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,130 @@ ?> <a id="PHP_8_2"></a> +<section class="version" id="8.2.4"><!-- {{{ 8.2.4 --> +<h3>Version 8.2.4</h3> +<b><?php release_date('16-Mar-2023'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed incorrect check condition in ZEND_YIELD.</li> + <li>Fixed incorrect check condition in type inference.</li> + <li>Fix incorrect check in zend_internal_call_should_throw().</li> + <li>Fixed overflow check in OnUpdateMemoryConsumption.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 9916); ?> (Entering shutdown sequence with a fiber suspended in a Generator emits an unavoidable fatal error or crashes).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 10437); ?> (Segfault/assertion when using fibers in shutdown function after bailout).</li> + <li>Fixed SSA object type update for compound assignment opcodes.</li> + <li>Fixed language scanner generation build.</li> + <li>Fixed zend_update_static_property() calling zend_update_static_property_ex() misleadingly with the wrong return type.</li> + <li>Fix bug <?php githubissuel('php/php-src', 10570); ?> (Fixed unknown string hash on property fetch with integer constant name).</li> + <li>Fixed php_fopen_primary_script() call resulted on zend_destroy_file_handle() freeing dangling pointers on the handle as it was uninitialized.</li> +</ul></li> +<li>Curl: +<ul> + <li>Fixed deprecation warning at compile time.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 10270); ?> (Unable to return CURL_READFUNC_PAUSE in readfunc callback).</li> +</ul></li> +<li>Date: +<ul> + <li>Fix <?php githubissuel('php/php-src', 10447); ?> ('p' format specifier does not yield 'Z' for 00:00).</li> + <li>Fix <?php githubissuel('php/php-src', 10152); ?> (Custom properties of Date's child classes are not serialised).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 10747); ?> (Private and protected properties in serialized Date* objects throw).</li> +</ul></li> +<li>FFI: +<ul> + <li>Fixed incorrect bitshifting and masking in ffi bitfield.</li> +</ul></li> +<li>Fiber: +<ul> + <li>Fixed assembly on alpine x86.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 10496); ?> (segfault when garbage collector is invoked inside of fiber).</li> +</ul></li> +<li>FPM: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 10315); ?> (FPM unknown child alert not valid).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 10385); ?> (FPM successful config test early exit).</li> +</ul></li> +<li>GMP: +<ul> + <li>Properly implement GMP::__construct().</li> +</ul></li> +<li>Intl: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 10647); ?> (Spoolchecker isSuspicious/areConfusable methods error code's argument always returning NULL0.</li> +</ul></li> +<li>JSON: +<ul> + <li>Fixed JSON scanner and parser generation build.</li> +</ul></li> +<li>MBString: +<ul> + <li>ext/mbstring: fix new_value length check.</li> + <li>Fix bug <?php githubissuel('php/php-src', 10627); ?> (mb_convert_encoding crashes PHP on Windows).</li> +</ul></li> +<li>Opcache: +<ul> + <li>Fix incorrect page_size check.</li> +</ul></li> +<li>OpenSSL: +<ul> + <li>Fixed php_openssl_set_server_dh_param() DH params errors handling.</li> +</ul></li> +<li>PDO OCI: +<ul> + <li><?php bugfix(60994); ?> (Reading a multibyte CLOB caps at 8192 chars).</li> +</ul></li> +<li>PHPDBG: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 10715); ?> (heap buffer overflow on --run option misuse).</li> +</ul></li> +<li>PGSQL: +<ul> + <li>Fix <?php githubissuel('php/php-src', 10672); ?> (pg_lo_open segfaults in the strict_types mode).</li> +</ul></li> +<li>Phar: +<ul> + <li>Fix incorrect check in phar tar parsing.</li> +</ul></li> +<li>Random: +<ul> + <li>Fix <?php githubissuel('php/php-src', 10390); ?> (Do not trust arc4random_buf() on glibc).</li> + <li>Fix <?php githubissuel('php/php-src', 10292); ?> (Made the default value of the first param of srand() and mt_srand() unknown).</li> +</ul></li> +<li>Reflection: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 10623); ?> (Reflection::getClosureUsedVariables opcode fix with variadic arguments).</li> + <li>Fix Segfault when using ReflectionFiber suspended by an internal function.</li> +</ul></li> +<li>Session: +<ul> + <li>Fixed ps_files_cleanup_dir() on failure code paths with -1 instead of 0 as the latter was considered success by callers. (nielsdos).</li> +</ul></li> +<li>Standard: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 8086); ?> (Introduce mail.mixed_lf_and_crlf INI).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 10292); ?> (Made the default value of the first param of srand() and mt_srand() unknown).</li> + <li>Fix incorrect check in cs_8559_5 in map_from_unicode().</li> + <li>Fix bug <?php githubissuel('php/php-src', 9697); ?> for reset/end/next/prev() attempting to move pointer of properties table for certain internal classes such as FFI classes</li> + <li>Fix incorrect error check in browsecap for pcre2_match().</li> +</ul></li> +<li>Streams: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 10370); ?> (File corruption in _php_stream_copy_to_stream_ex when using copy_file_range).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 10548); ?> (copy() fails on cifs mounts because of incorrect copy_file_range() len).</li> +</ul></li> +<li>Tidy: +<ul> + <li>Fix memory leaks when attempting to open a non-existing file or a file over 4GB.</li> + <li>Add missing error check on tidyLoadConfig.</li> +</ul></li> +<li>Zlib: +<ul> + <li>Fixed output_handler directive value's length which counted the string terminator.</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.2.3"><!-- {{{ 8.2.3 --> <h3>Version 8.2.3</h3> <b><?php release_date('14-Feb-2023'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index d00d3ee48..36dc5cf99 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-03-16-2.xml"/> <xi:include href="entries/2023-03-16-1.xml"/> <xi:include href="entries/2023-02-15-3.xml"/> <xi:include href="entries/2023-02-15-2.xml"/> diff --git a/archive/entries/2023-03-16-2.xml b/archive/entries/2023-03-16-2.xml new file mode 100644 index 000000000..e8726309d --- /dev/null +++ b/archive/entries/2023-03-16-2.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.2.4 Released!</title> + <id>https://www.php.net/archive/2023.php#2023-03-16-2</id> + <published>2023-03-16T13:18:09+00:00</published> + <updated>2023-03-16T13:18:09+00:00</updated> + <link href="https://www.php.net/index.php#2023-03-16-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2023.php#2023-03-16-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.4. 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.4 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.4">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 298d4680a..7b9372d99 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.3' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_3.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '14 Feb 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.3.tar.gz', + 'name' => 'PHP 8.2.3 (tar.gz)', + 'sha256' => '7c475bcbe61d28b6878604b1b6f387f39d1a63b5f21fa8156fd7aa615d43e259', + 'date' => '14 Feb 2023', + ), + 1 => + array ( + 'filename' => 'php-8.2.3.tar.bz2', + 'name' => 'PHP 8.2.3 (tar.bz2)', + 'sha256' => '87bb58865f38f5e2941813029152cea2102fe2961bb4d68b88f831ddd0548d0f', + 'date' => '14 Feb 2023', + ), + 2 => + array ( + 'filename' => 'php-8.2.3.tar.xz', + 'name' => 'PHP 8.2.3 (tar.xz)', + 'sha256' => 'b9b566686e351125d67568a33291650eb8dfa26614d205d70d82e6e92613d457', + 'date' => '14 Feb 2023', + ), + ), + 'museum' => false, + ), '8.1.16' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index c69ab2948..bc6e2c7f1 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.3', - 'date' => '14 Feb 2023', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.2.4', + 'date' => '16 Mar 2023', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '7c475bcbe61d28b6878604b1b6f387f39d1a63b5f21fa8156fd7aa615d43e259', - 'tar.bz2' => '87bb58865f38f5e2941813029152cea2102fe2961bb4d68b88f831ddd0548d0f', - 'tar.xz' => 'b9b566686e351125d67568a33291650eb8dfa26614d205d70d82e6e92613d457', + 'tar.gz' => 'cee7748015a2ddef1739d448b980b095dccd09ed589cf1b6c6ee2d16f5e73c50', + 'tar.bz2' => '79186f94bd510db86e31e535dd448277a1eb92a87878303a1ead44602d8b1197', + 'tar.xz' => 'bc7bf4ca7ed0dd17647e3ea870b6f062fcb56b243bfdef3f59ff7f94e96176a8', ] ]; diff --git a/releases/8_2_4.php b/releases/8_2_4.php new file mode 100644 index 000000000..c67828f5a --- /dev/null +++ b/releases/8_2_4.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_2_4.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.2.4 Release Announcement'); +?> +<h1>PHP 8.2.4 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.2.4. 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.4 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.4">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php