Author: Sergey Panteleev (saundefined) Date: 2024-12-19T18:51:56+03:00 Commit: https://github.com/php/web-php/commit/725d7df71ef09e743f1369e926029254051dfa18 Raw diff: https://github.com/php/web-php/commit/725d7df71ef09e743f1369e926029254051dfa18.diff
Announce PHP 8.2.27 Changed paths: A archive/entries/2024-12-19-1.xml A releases/8_2_27.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 4f288f452d..9c2a0329d9 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1928,6 +1928,100 @@ <a id="PHP_8_2"></a> +<section class="version" id="8.2.27"><!-- {{{ 8.2.27 --> +<h3>Version 8.2.27</h3> +<b><?php release_date('19-Dec-2024'); ?></b> +<ul><li>Calendar: +<ul> + <li>Fixed jdtogregorian overflow.</li> + <li>Fixed cal_to_jd julian_days argument overflow.</li> +</ul></li> +<li>COM: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16991); ?> (Getting typeinfo of non DISPATCH variant segfaults).</li> +</ul></li> +<li>Core: +<ul> + <li>Fail early in *nix configuration build script.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16727); ?> (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16799); ?> (Assertion failure at Zend/zend_vm_execute.h:7469).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16630); ?> (UAF in lexer with encoding translation and heredocs).</li> + <li>Fix is_zend_ptr() huge block comparison.</li> + <li>Fixed potential OOB read in zend_dirname() on Windows.</li> +</ul></li> +<li>Curl: +<ul> + <li>Fix various memory leaks in curl mime handling.</li> +</ul></li> +<li>FPM: +<ul> + <li>Fixed <?php githubissuel('php/php-src', 16432); ?> (PHP-FPM 8.2 SIGSEGV in fpm_get_status).</li> +</ul></li> +<li>GD: +<ul> + <li>Fixed <?php githubissuel('php/php-src', 16776); ?> (imagecreatefromstring overflow).</li> +</ul></li> +<li>GMP: +<ul> + <li>Revert gmp_pow() overly restrictive overflow checks.</li> +</ul></li> +<li>Hash: +<ul> + <li>Fixed <?php githubissuel('php/php-src', 16711); ?>: Segfault in mhash().</li> +</ul></li> +<li>Opcache: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16770); ?> (Tracing JIT type mismatch when returning UNDEF).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16851); ?> (JIT_G(enabled) not set correctly on other threads).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16902); ?> (Set of opcache tests fail zts+aarch64).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li>Prevent unexpected array entry conversion when reading key.</li> + <li>Fix various memory leaks related to openssl exports.</li> + <li>Fix memory leak in php_openssl_pkey_from_zval().</li> +</ul></li> +<li>PDO: +<ul> + <li>Fixed memory leak of `setFetchMode()`.</li> +</ul></li> +<li>Phar: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16695); ?> (phar:// tar parser and zero-length file header blocks).</li> +</ul></li> +<li>PHPDBG: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15208); ?> (Segfault with breakpoint map and phpdbg_clear()).</li> +</ul></li> +<li>SAPI: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16998); ?> (UBSAN warning in rfc1867).</li> +</ul></li> +<li>SimpleXML: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16808); ?> (Segmentation fault in RecursiveIteratorIterator ->current() with a xml element input).</li> +</ul></li> +<li>SNMP: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16959); ?> (snmget modifies the object_id array).</li> +</ul></li> +<li>Standard: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16905); ?> (Internal iterator functions can't handle UNDEF properties).</li> +</ul></li> +<li>Streams: +<ul> + <li>Fixed network connect poll interuption handling.</li> +</ul></li> +<li>Windows: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16849); ?> (Error dialog causes process to hang).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.2.26"><!-- {{{ 8.2.26 --> <h3>Version 8.2.26</h3> <b><?php release_date('21-Nov-2024'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index ecaae98a22..4200bc4e24 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-12-19-1.xml"/> <xi:include href="entries/2024-12-13-1.xml"/> <xi:include href="entries/2024-12-09-1.xml"/> <xi:include href="entries/2024-12-06-1.xml"/> diff --git a/archive/entries/2024-12-19-1.xml b/archive/entries/2024-12-19-1.xml new file mode 100644 index 0000000000..8baefc7224 --- /dev/null +++ b/archive/entries/2024-12-19-1.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.2.27 Released!</title> + <id>https://www.php.net/archive/2024.php#2024-12-19-1</id> + <published>2024-12-19T15:47:10+00:00</published> + <updated>2024-12-19T15:47:10+00:00</updated> + <link href="https://www.php.net/index.php#2024-12-19-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2024.php#2024-12-19-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.27. 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.27 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.27">ChangeLog</a>. + </p> + <p>Please note, this is the last bug-fix release for the 8.2.x series. Security fix support will continue until 31 Dec 2026. + For more information, please check our <a href="https://www.php.net/supported-versions">Supported Versions</a> page. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 9194d359bf..25d613cccc 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.26' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_26.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '21 Nov 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.26.tar.gz', + 'name' => 'PHP 8.2.26 (tar.gz)', + 'sha256' => '04e47b46b347ed6404dcc9e9989486710b075eafc8490500fd271aeeac5d83cb', + 'date' => '21 Nov 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.26.tar.bz2', + 'name' => 'PHP 8.2.26 (tar.bz2)', + 'sha256' => 'be57c347d451c905bcb4336832a864d9928dd0e20989b872705fea0ba6476c6b', + 'date' => '21 Nov 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.26.tar.xz', + 'name' => 'PHP 8.2.26 (tar.xz)', + 'sha256' => '54747400cb4874288ad41a785e6147e2ff546cceeeb55c23c00c771ac125c6ef', + 'date' => '21 Nov 2024', + ), + ), + 'museum' => false, + ), '8.1.30' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4190a809bd..d6c5523f56 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.26', - 'date' => '21 Nov 2024', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.2.27', + 'date' => '19 Dec 2024', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '04e47b46b347ed6404dcc9e9989486710b075eafc8490500fd271aeeac5d83cb', - 'tar.bz2' => 'be57c347d451c905bcb4336832a864d9928dd0e20989b872705fea0ba6476c6b', - 'tar.xz' => '54747400cb4874288ad41a785e6147e2ff546cceeeb55c23c00c771ac125c6ef', + 'tar.gz' => '179cc901760d478ffd545d10702ebc2a1270d8c13471bdda729d20055140809a', + 'tar.bz2' => '6e57dbaf769a7f3deb4f0f48b8c535e671cc0a18022ed7f6ff23b50e941d4b60', + 'tar.xz' => '3eec91294d8c09b3df80b39ec36d574ed9b05de4c8afcb25fa215d48f9ecbc6b', ] ]; diff --git a/releases/8_2_27.php b/releases/8_2_27.php new file mode 100644 index 0000000000..fc9ca929f5 --- /dev/null +++ b/releases/8_2_27.php @@ -0,0 +1,20 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_2_27.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.2.27 Release Announcement'); +?> +<h1>PHP 8.2.27 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.2.27. 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.27 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.27">ChangeLog</a>. +</p> + +<p>Please note, this is the last bug-fix release for the 8.2.x series. Security fix support will continue until 31 Dec 2026. + For more information, please check our <a href="https://www.php.net/supported-versions">Supported Versions</a> page. +</p> +<?php site_footer();