Skip to content

Commit b03a982

Browse files
committed
Announce 7.4.32
1 parent 9a5e56d commit b03a982

File tree

6 files changed

+2890
-2794
lines changed

6 files changed

+2890
-2794
lines changed

ChangeLog-7.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88
?>
99
<a id="PHP_7_4"></a>
1010

11+
<section class="version" id="7.4.32"><!-- {{{ 7.4.32 -->
12+
<h3>Version 7.4.32</h3>
13+
<b><?php release_date('29-Sep-2022'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li><?php bugfix(81726); ?>: phar wrapper: DOS when using quine gzip file. (CVE-2022-31628)</li>
17+
<li><?php bugfix(81727); ?>: Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. (CVE-2022-31629)</li>
18+
</ul></li>
19+
</ul>
20+
<!-- }}} --></section>
21+
22+
23+
1124
<section class="version" id="7.4.30"><!-- {{{ 7.4.30 -->
1225
<h3>Version 7.4.30</h3>
1326
<b><?php release_date('09-Jun-2022'); ?></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/2022-09-29-1.xml"/>
1213
<xi:include href="entries/2022-09-15-1.xml"/>
1314
<xi:include href="entries/2022-09-01-4.xml"/>
1415
<xi:include href="entries/2022-09-01-3.xml"/>

archive/entries/2022-09-29-1.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 7.4.32 Released!</title>
4+
<id>https://www.php.net/archive/2022.php#2022-09-29-1</id>
5+
<published>2022-09-29T09:39:00+00:00</published>
6+
<updated>2022-09-29T09:39:00+00:00</updated>
7+
<link href="https://www.php.net/index.php#2022-09-29-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2022.php#2022-09-29-1" 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 7.4.32. This is a security release.</p>
13+
14+
<p>This release addresses an infinite recursion with specially
15+
constructed phar files, and prevents a clash with variable name mangling for
16+
the __Host/__Secure HTTP headers.</p>
17+
18+
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
19+
20+
<p>For source downloads of PHP 7.4.32 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
21+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
22+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.4.32">ChangeLog</a>.
23+
</p> </div>
24+
</content>
25+
</entry>

0 commit comments

Comments
 (0)