mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce PHP 8.1.30
This commit is contained in:
@@ -3207,6 +3207,27 @@ changelog_header(8, $MINOR_VERSIONS);
|
||||
|
||||
<a id="PHP_8_1"></a>
|
||||
|
||||
<section class="version" id="8.1.30"><!-- {{{ 8.1.30 -->
|
||||
<h3>Version 8.1.30</h3>
|
||||
<b><?php release_date('26-Sep-2024'); ?></b>
|
||||
<ul><li>CGI:
|
||||
<ul>
|
||||
<li>Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection Vulnerability). (CVE-2024-8926)</li>
|
||||
<li>Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is bypassable due to the environment variable collision). (CVE-2024-8927)</li>
|
||||
</ul></li>
|
||||
<li>FPM:
|
||||
<ul>
|
||||
<li>Fixed bug GHSA-865w-9rf3-2wh5 (Logs from childrens may be altered). (CVE-2024-9026)</li>
|
||||
</ul></li>
|
||||
<li>SAPI:
|
||||
<ul>
|
||||
<li>Fixed bug GHSA-9pqp-7h25-4f32 (Erroneous parsing of multipart form data). (CVE-2024-8925)</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
|
||||
|
||||
<section class="version" id="8.1.29"><!-- {{{ 8.1.29 -->
|
||||
<h3>Version 8.1.29</h3>
|
||||
<b><?php release_date('06-Jun-2024'); ?></b>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</email>
|
||||
</author>
|
||||
<xi:include href="entries/2024-09-26-4.xml"/>
|
||||
<xi:include href="entries/2024-09-26-3.xml"/>
|
||||
<xi:include href="entries/2024-09-26-2.xml"/>
|
||||
<xi:include href="entries/2024-09-26-1.xml"/>
|
||||
|
||||
21
archive/entries/2024-09-26-4.xml
Normal file
21
archive/entries/2024-09-26-4.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>PHP 8.1.30 Released!</title>
|
||||
<id>https://www.php.net/archive/2024.php#2024-09-26-4</id>
|
||||
<published>2024-09-26T19:56:50+00:00</published>
|
||||
<updated>2024-09-26T19:56:50+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#2024-09-26-4" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2024.php#2024-09-26-4" 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.1.30. This is a security release.</p>
|
||||
|
||||
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 8.1.30 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.1.30">ChangeLog</a>.
|
||||
</p> </div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,43 @@
|
||||
$OLDRELEASES = array (
|
||||
8 =>
|
||||
array (
|
||||
'8.1.29' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/8_1_29.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
0 => 'security',
|
||||
),
|
||||
'date' => '06 Jun 2024',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-8.1.29.tar.gz',
|
||||
'name' => 'PHP 8.1.29 (tar.gz)',
|
||||
'sha256' => '8b2609bf1d3173aa38269a9af21532c65f730aadd3051f9aae011eea9e246de5',
|
||||
'date' => '06 Jun 2024',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-8.1.29.tar.bz2',
|
||||
'name' => 'PHP 8.1.29 (tar.bz2)',
|
||||
'sha256' => '87a60313263f2f533f180e719272ca5e47cd9884d4ec3c93720198eaffae0827',
|
||||
'date' => '06 Jun 2024',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-8.1.29.tar.xz',
|
||||
'name' => 'PHP 8.1.29 (tar.xz)',
|
||||
'sha256' => '288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536',
|
||||
'date' => '06 Jun 2024',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'8.2.23' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -44,13 +44,13 @@ $RELEASES = (function () {
|
||||
|
||||
/* PHP 8.1 Release */
|
||||
$data['8.1'] = [
|
||||
'version' => '8.1.29',
|
||||
'date' => '06 Jun 2024',
|
||||
'version' => '8.1.30',
|
||||
'date' => '26 Sep 2024',
|
||||
'tags' => ['security'], // Set to ['security'] for security releases.
|
||||
'sha256' => [
|
||||
'tar.gz' => '8b2609bf1d3173aa38269a9af21532c65f730aadd3051f9aae011eea9e246de5',
|
||||
'tar.bz2' => '87a60313263f2f533f180e719272ca5e47cd9884d4ec3c93720198eaffae0827',
|
||||
'tar.xz' => '288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536',
|
||||
'tar.gz' => '80addd302b7e9708e0d106779c3827520eccaf14af1149174b51da33d63e6af7',
|
||||
'tar.bz2' => 'cb1625e5ac49b91037477e3e7767bb0624343971aeb992f4791b618af571d23e',
|
||||
'tar.xz' => 'f24a6007f0b25a53cb7fbaee69c85017e0345b62089c2425a0afb7e177192ed1',
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
16
releases/8_1_30.php
Normal file
16
releases/8_1_30.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/8_1_30.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header('PHP 8.1.30 Release Announcement');
|
||||
?>
|
||||
<h1>PHP 8.1.30 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 8.1.30. This is a security release.</p>
|
||||
|
||||
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 8.1.30 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.1.30">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer();
|
||||
Reference in New Issue
Block a user