Skip to content

Commit 03ce04d

Browse files
committed
Announce PHP 8.1.30
1 parent 4ea1c60 commit 03ce04d

6 files changed

Lines changed: 101 additions & 5 deletions

File tree

ChangeLog-8.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3207,6 +3207,27 @@
32073207

32083208
<a id="PHP_8_1"></a>
32093209

3210+
<section class="version" id="8.1.30"><!-- {{{ 8.1.30 -->
3211+
<h3>Version 8.1.30</h3>
3212+
<b><?php release_date('26-Sep-2024'); ?></b>
3213+
<ul><li>CGI:
3214+
<ul>
3215+
<li>Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection Vulnerability). (CVE-2024-8926)</li>
3216+
<li>Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is bypassable due to the environment variable collision). (CVE-2024-8927)</li>
3217+
</ul></li>
3218+
<li>FPM:
3219+
<ul>
3220+
<li>Fixed bug GHSA-865w-9rf3-2wh5 (Logs from childrens may be altered). (CVE-2024-9026)</li>
3221+
</ul></li>
3222+
<li>SAPI:
3223+
<ul>
3224+
<li>Fixed bug GHSA-9pqp-7h25-4f32 (Erroneous parsing of multipart form data). (CVE-2024-8925)</li>
3225+
</ul></li>
3226+
</ul>
3227+
<!-- }}} --></section>
3228+
3229+
3230+
32103231
<section class="version" id="8.1.29"><!-- {{{ 8.1.29 -->
32113232
<h3>Version 8.1.29</h3>
32123233
<b><?php release_date('06-Jun-2024'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2024-09-26-4.xml"/>
1213
<xi:include href="entries/2024-09-26-3.xml"/>
1314
<xi:include href="entries/2024-09-26-2.xml"/>
1415
<xi:include href="entries/2024-09-26-1.xml"/>

archive/entries/2024-09-26-4.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.1.30 Released!</title>
4+
<id>https://www.php.net/archive/2024.php#2024-09-26-4</id>
5+
<published>2024-09-26T19:56:50+00:00</published>
6+
<updated>2024-09-26T19:56:50+00:00</updated>
7+
<link href="https://www.php.net/index.php#2024-09-26-4" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2024.php#2024-09-26-4" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<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>
13+
14+
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.1.30 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.30">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.1.29' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_1_29.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '06 Jun 2024',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.1.29.tar.gz',
21+
'name' => 'PHP 8.1.29 (tar.gz)',
22+
'sha256' => '8b2609bf1d3173aa38269a9af21532c65f730aadd3051f9aae011eea9e246de5',
23+
'date' => '06 Jun 2024',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.1.29.tar.bz2',
28+
'name' => 'PHP 8.1.29 (tar.bz2)',
29+
'sha256' => '87a60313263f2f533f180e719272ca5e47cd9884d4ec3c93720198eaffae0827',
30+
'date' => '06 Jun 2024',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.1.29.tar.xz',
35+
'name' => 'PHP 8.1.29 (tar.xz)',
36+
'sha256' => '288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536',
37+
'date' => '06 Jun 2024',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.2.23' =>
643
array (
744
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ $RELEASES = (function () {
4444

4545
/* PHP 8.1 Release */
4646
$data['8.1'] = [
47-
'version' => '8.1.29',
48-
'date' => '06 Jun 2024',
47+
'version' => '8.1.30',
48+
'date' => '26 Sep 2024',
4949
'tags' => ['security'], // Set to ['security'] for security releases.
5050
'sha256' => [
51-
'tar.gz' => '8b2609bf1d3173aa38269a9af21532c65f730aadd3051f9aae011eea9e246de5',
52-
'tar.bz2' => '87a60313263f2f533f180e719272ca5e47cd9884d4ec3c93720198eaffae0827',
53-
'tar.xz' => '288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536',
51+
'tar.gz' => '80addd302b7e9708e0d106779c3827520eccaf14af1149174b51da33d63e6af7',
52+
'tar.bz2' => 'cb1625e5ac49b91037477e3e7767bb0624343971aeb992f4791b618af571d23e',
53+
'tar.xz' => 'f24a6007f0b25a53cb7fbaee69c85017e0345b62089c2425a0afb7e177192ed1',
5454
]
5555
];
5656

releases/8_1_30.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_1_30.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.1.30 Release Announcement');
5+
?>
6+
<h1>PHP 8.1.30 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.1.30. This is a security release.</p>
9+
10+
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.1.30 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.30">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)