File tree Expand file tree Collapse file tree 6 files changed +104
-5
lines changed Expand file tree Collapse file tree 6 files changed +104
-5
lines changed Original file line number Diff line number Diff line change 52875287
52885288<a id="PHP_8_1"></a>
52895289
5290+ <section class="version" id="8.1.32"><!-- {{{ 8.1.32 -->
5291+ <h3>Version 8.1.32</h3>
5292+ <b><?php release_date ('13-Mar-2025 ' ); ?> </b>
5293+ <ul><li>LibXML:
5294+ <ul>
5295+ <li>Fixed <?php githubsecurityl ('php/php-src ' , 'wg4p-4hqh-c3g9 ' ); ?> (Reocurrence of #72714).</li>
5296+ <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>
5297+ </ul></li>
5298+ <li>Streams:
5299+ <ul>
5300+ <li>Fixed GHSA-hgf54-96fm-v528 (Stream HTTP wrapper header check might omit basic auth header). (CVE-2025-1736)</li>
5301+ <li>Fixed <?php githubsecurityl ('php/php-src ' , '52jp-hrpf-2jff ' ); ?> (Stream HTTP wrapper truncate redirect location to 1024 bytes). (CVE-2025-1861)</li>
5302+ <li>Fixed <?php githubsecurityl ('php/php-src ' , 'pcmh-g36c-qc44 ' ); ?> (Streams HTTP wrapper does not fail for headers without colon). (CVE-2025-1734)</li>
5303+ <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>
5304+ </ul></li>
5305+ <li>Windows:
5306+ <ul>
5307+ <li>Fixed phpize for Windows 11 (24H2).</li>
5308+ </ul></li>
5309+ </ul>
5310+ <!-- }}} --></section>
5311+
5312+
5313+
52905314<section class="version" id="8.1.31"><!-- {{{ 8.1.31 -->
52915315<h3>Version 8.1.31</h3>
52925316<b><?php release_date ('21-Nov-2024 ' ); ?> </b>
Original file line number Diff line number Diff line change 99 <uri >http://php.net/contact</uri >
10101111 </author >
12+ <xi : include href =" entries/2025-03-13-4.xml" />
1213 <xi : include href =" entries/2025-03-13-3.xml" />
1314 <xi : include href =" entries/2025-03-13-2.xml" />
1415 <xi : include href =" entries/2025-03-13-1.xml" />
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <entry xmlns =" http://www.w3.org/2005/Atom" >
3+ <title >PHP 8.1.32 Released!</title >
4+ <id >https://www.php.net/archive/2025.php#2025-03-13-4</id >
5+ <published >2025-03-13T16:02:34+00:00</published >
6+ <updated >2025-03-13T16:02:34+00:00</updated >
7+ <link href =" https://www.php.net/index.php#2025-03-13-4" rel =" alternate" type =" text/html" />
8+ <link href =" https://www.php.net/archive/2025.php#2025-03-13-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.32. 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.32 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.32" >ChangeLog</a >.
19+ </p > </div >
20+ </content >
21+ </entry >
Original file line number Diff line number Diff line change 22$ OLDRELEASES = array (
33 8 =>
44 array (
5+ '8.1.31 ' =>
6+ array (
7+ 'announcement ' =>
8+ array (
9+ 'English ' => '/releases/8_1_31.php ' ,
10+ ),
11+ 'tags ' =>
12+ array (
13+ 0 => 'security ' ,
14+ ),
15+ 'date ' => '21 Nov 2024 ' ,
16+ 'source ' =>
17+ array (
18+ 0 =>
19+ array (
20+ 'filename ' => 'php-8.1.31.tar.gz ' ,
21+ 'name ' => 'PHP 8.1.31 (tar.gz) ' ,
22+ 'sha256 ' => '618923b407c4575bfee085f00c4aaa16a5cc86d4b1eb893c0f352d61541bbfb1 ' ,
23+ 'date ' => '21 Nov 2024 ' ,
24+ ),
25+ 1 =>
26+ array (
27+ 'filename ' => 'php-8.1.31.tar.bz2 ' ,
28+ 'name ' => 'PHP 8.1.31 (tar.bz2) ' ,
29+ 'sha256 ' => '0b39828b345151caf1b795d9f4b923c9887231776c33076dfc9d90a44390d0dc ' ,
30+ 'date ' => '21 Nov 2024 ' ,
31+ ),
32+ 2 =>
33+ array (
34+ 'filename ' => 'php-8.1.31.tar.xz ' ,
35+ 'name ' => 'PHP 8.1.31 (tar.xz) ' ,
36+ 'sha256 ' => 'c4f244d46ba51c72f7d13d4f66ce6a9e9a8d6b669c51be35e01765ba58e7afca ' ,
37+ 'date ' => '21 Nov 2024 ' ,
38+ ),
39+ ),
40+ 'museum ' => false ,
41+ ),
542 '8.4.4 ' =>
643 array (
744 'announcement ' =>
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ $RELEASES = (function () {
5656
5757 /* PHP 8.1 Release */
5858 $ data ['8.1 ' ] = [
59- 'version ' => '8.1.31 ' ,
60- 'date ' => '21 Nov 2024 ' ,
59+ 'version ' => '8.1.32 ' ,
60+ 'date ' => '13 Mar 2025 ' ,
6161 'tags ' => ['security ' ], // Set to ['security'] for security releases.
6262 'sha256 ' => [
63- 'tar.gz ' => '618923b407c4575bfee085f00c4aaa16a5cc86d4b1eb893c0f352d61541bbfb1 ' ,
64- 'tar.bz2 ' => '0b39828b345151caf1b795d9f4b923c9887231776c33076dfc9d90a44390d0dc ' ,
65- 'tar.xz ' => 'c4f244d46ba51c72f7d13d4f66ce6a9e9a8d6b669c51be35e01765ba58e7afca ' ,
63+ 'tar.gz ' => '4846836d1de27dbd28e89180f073531087029a77e98e8e019b7b2eddbdb1baff ' ,
64+ 'tar.bz2 ' => 'a04fdd3df05f948df8a8f2c5d27ab54c1f43822c525f31fd20c19a282452d07c ' ,
65+ 'tar.xz ' => 'c582ac682a280bbc69bc2186c21eb7e3313cc73099be61a6bc1d2cd337cbf383 ' ,
6666 ]
6767 ];
6868
Original file line number Diff line number Diff line change 1+ <?php
2+ $ _SERVER ['BASE_PAGE ' ] = 'releases/8_1_32.php ' ;
3+ include_once __DIR__ . '/../include/prepend.inc ' ;
4+ site_header ('PHP 8.1.32 Release Announcement ' );
5+ ?>
6+ <h1>PHP 8.1.32 Release Announcement</h1>
7+
8+ <p>The PHP development team announces the immediate availability of PHP 8.1.32. 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.32 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.32">ChangeLog</a>.
15+ </p>
16+ <?php site_footer ();
You can’t perform that action at this time.
0 commit comments