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

Announce PHP 8.2.28

This commit is contained in:
Pierrick Charron
2025-03-13 12:53:59 -04:00
parent e0e210e836
commit 12a0966ee5
6 changed files with 108 additions and 6 deletions

View File

@@ -2798,6 +2798,34 @@ changelog_header(8, $MINOR_VERSIONS);
<a id="PHP_8_2"></a>
<section class="version" id="8.2.28"><!-- {{{ 8.2.28 -->
<h3>Version 8.2.28</h3>
<b><?php release_date('13-Mar-2025'); ?></b>
<ul><li>Core:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 17211); ?> (observer segfault on function loaded with dl()).</li>
</ul></li>
<li>LibXML:
<ul>
<li>Fixed <?php githubsecurityl('php/php-src', 'wg4p-4hqh-c3g9'); ?> (Reocurrence of #72714).</li>
<li>Fixed <?php githubsecurityl('php/php-src', 'p3x9-6h7p-cgfc'); ?> (libxml streams use wrong `content-type` header when requesting a redirected resource). (CVE-2025-1219)</li>
</ul></li>
<li>Streams:
<ul>
<li>Fixed GHSA-hgf54-96fm-v528 (Stream HTTP wrapper header check might omit basic auth header). (CVE-2025-1736)</li>
<li>Fixed <?php githubsecurityl('php/php-src', '52jp-hrpf-2jff'); ?> (Stream HTTP wrapper truncate redirect location to 1024 bytes). (CVE-2025-1861)</li>
<li>Fixed <?php githubsecurityl('php/php-src', 'pcmh-g36c-qc44'); ?> (Streams HTTP wrapper does not fail for headers without colon). (CVE-2025-1734)</li>
<li>Fixed <?php githubsecurityl('php/php-src', 'v8xr-gpvj-cx9g'); ?> (Header parser of `http` stream wrapper does not handle folded headers). (CVE-2025-1217)</li>
</ul></li>
<li>Windows:
<ul>
<li>Fixed phpize for Windows 11 (24H2).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.2.27"><!-- {{{ 8.2.27 -->
<h3>Version 8.2.27</h3>
<b><?php release_date('19-Dec-2024'); ?></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/2025-03-13-5.xml"/>
<xi:include href="entries/2025-03-13-4.xml"/>
<xi:include href="entries/2025-03-13-3.xml"/>
<xi:include href="entries/2025-03-13-2.xml"/>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 8.2.28 Released!</title>
<id>https://www.php.net/archive/2025.php#2025-03-13-5</id>
<published>2025-03-13T16:51:14+00:00</published>
<updated>2025-03-13T16:51:14+00:00</updated>
<link href="https://www.php.net/index.php#2025-03-13-5" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2025.php#2025-03-13-5" 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.28. This is a security release.</p>
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.2.28 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.28">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
'8.2.27' =>
array (
'announcement' =>
array (
'English' => '/releases/8_2_27.php',
),
'tags' =>
array (
),
'date' => '19 Dec 2024',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.2.27.tar.gz',
'name' => 'PHP 8.2.27 (tar.gz)',
'sha256' => '179cc901760d478ffd545d10702ebc2a1270d8c13471bdda729d20055140809a',
'date' => '19 Dec 2024',
),
1 =>
array (
'filename' => 'php-8.2.27.tar.bz2',
'name' => 'PHP 8.2.27 (tar.bz2)',
'sha256' => '6e57dbaf769a7f3deb4f0f48b8c535e671cc0a18022ed7f6ff23b50e941d4b60',
'date' => '19 Dec 2024',
),
2 =>
array (
'filename' => 'php-8.2.27.tar.xz',
'name' => 'PHP 8.2.27 (tar.xz)',
'sha256' => '3eec91294d8c09b3df80b39ec36d574ed9b05de4c8afcb25fa215d48f9ecbc6b',
'date' => '19 Dec 2024',
),
),
'museum' => false,
),
'8.1.31' =>
array (
'announcement' =>

View File

@@ -44,13 +44,13 @@ $RELEASES = (function () {
/* PHP 8.2 Release */
$data['8.2'] = [
'version' => '8.2.27',
'date' => '19 Dec 2024',
'tags' => [], // Set to ['security'] for security releases.
'version' => '8.2.28',
'date' => '13 Mar 2025',
'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '179cc901760d478ffd545d10702ebc2a1270d8c13471bdda729d20055140809a',
'tar.bz2' => '6e57dbaf769a7f3deb4f0f48b8c535e671cc0a18022ed7f6ff23b50e941d4b60',
'tar.xz' => '3eec91294d8c09b3df80b39ec36d574ed9b05de4c8afcb25fa215d48f9ecbc6b',
'tar.gz' => '3318300888de5023720cc84efad5e005e53f30b5f0072fae65a750dabcaf6ec3',
'tar.bz2' => '2919cc1b92190a58dc17904b92e626600b96ce49a4c72e77513786a4406acce5',
'tar.xz' => 'af8c9153153a7f489153b7a74f2f29a5ee36f5cb2c6c6929c98411a577e89c91',
]
];

16
releases/8_2_28.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/8_2_28.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 8.2.28 Release Announcement');
?>
<h1>PHP 8.2.28 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP 8.2.28. This is a security release.</p>
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.2.28 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.28">ChangeLog</a>.
</p>
<?php site_footer();