Skip to content

Commit

Permalink
Announce 7.4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Sep 29, 2022
1 parent 9a5e56d commit b03a982
Show file tree
Hide file tree
Showing 6 changed files with 2,890 additions and 2,794 deletions.
13 changes: 13 additions & 0 deletions ChangeLog-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
?>
<a id="PHP_7_4"></a>

<section class="version" id="7.4.32"><!-- {{{ 7.4.32 -->
<h3>Version 7.4.32</h3>
<b><?php release_date('29-Sep-2022'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(81726); ?>: phar wrapper: DOS when using quine gzip file. (CVE-2022-31628)</li>
<li><?php bugfix(81727); ?>: Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. (CVE-2022-31629)</li>
</ul></li>
</ul>
<!-- }}} --></section>



<section class="version" id="7.4.30"><!-- {{{ 7.4.30 -->
<h3>Version 7.4.30</h3>
<b><?php release_date('09-Jun-2022'); ?></b>
Expand Down
1 change: 1 addition & 0 deletions archive/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2022-09-29-1.xml"/>
<xi:include href="entries/2022-09-15-1.xml"/>
<xi:include href="entries/2022-09-01-4.xml"/>
<xi:include href="entries/2022-09-01-3.xml"/>
Expand Down
25 changes: 25 additions & 0 deletions archive/entries/2022-09-29-1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.4.32 Released!</title>
<id>https://www.php.net/archive/2022.php#2022-09-29-1</id>
<published>2022-09-29T09:39:00+00:00</published>
<updated>2022-09-29T09:39:00+00:00</updated>
<link href="https://www.php.net/index.php#2022-09-29-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2022.php#2022-09-29-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 7.4.32. This is a security release.</p>

<p>This release addresses an infinite recursion with specially
constructed phar files, and prevents a clash with variable name mangling for
the __Host/__Secure HTTP headers.</p>

<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>

<p>For source downloads of PHP 7.4.32 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-7.php#7.4.32">ChangeLog</a>.
</p> </div>
</content>
</entry>

0 comments on commit b03a982

Please sign in to comment.