Skip to content

Commit 0f25be2

Browse files
committed
Announce PHP 8.1.33
1 parent 90227b5 commit 0f25be2

File tree

6 files changed

+100
-5
lines changed

6 files changed

+100
-5
lines changed

ChangeLog-8.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5871,6 +5871,26 @@
58715871

58725872
<a id="PHP_8_1"></a>
58735873

5874+
<section class="version" id="8.1.33"><!-- {{{ 8.1.33 -->
5875+
<h3>Version 8.1.33</h3>
5876+
<b><?php release_date('03-Jul-2025'); ?></b>
5877+
<ul><li>PGSQL:
5878+
<ul>
5879+
<li>Fixed <?php githubsecurityl('php/php-src', 'hrwm-9436-5mv3'); ?> (pgsql extension does not check for errors during escaping). (CVE-2025-1735)</li>
5880+
</ul></li>
5881+
<li>SOAP:
5882+
<ul>
5883+
<li>Fixed <?php githubsecurityl('php/php-src', '453j-q27h-5p8x'); ?> (NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix). (CVE-2025-6491)</li>
5884+
</ul></li>
5885+
<li>Standard:
5886+
<ul>
5887+
<li>Fixed <?php githubsecurityl('php/php-src', '3cr5-j632-f35r'); ?> (Null byte termination in hostnames). (CVE-2025-1220)</li>
5888+
</ul></li>
5889+
</ul>
5890+
<!-- }}} --></section>
5891+
5892+
5893+
58745894
<section class="version" id="8.1.32"><!-- {{{ 8.1.32 -->
58755895
<h3>Version 8.1.32</h3>
58765896
<b><?php release_date('13-Mar-2025'); ?></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>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2025-07-03-3.xml"/>
1213
<xi:include href="entries/2025-07-03-2.xml"/>
1314
<xi:include href="entries/2025-07-03-1.xml"/>
1415
<xi:include href="entries/2025-06-11-1.xml"/>

archive/entries/2025-07-03-3.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.33 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-07-03-3</id>
5+
<published>2025-07-03T14:35:29+00:00</published>
6+
<updated>2025-07-03T14:35:29+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-07-03-3" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-07-03-3" 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.33. 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.33 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.33">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.32' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_1_32.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '13 Mar 2025',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.1.32.tar.gz',
21+
'name' => 'PHP 8.1.32 (tar.gz)',
22+
'sha256' => '4846836d1de27dbd28e89180f073531087029a77e98e8e019b7b2eddbdb1baff',
23+
'date' => '13 Mar 2025',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.1.32.tar.bz2',
28+
'name' => 'PHP 8.1.32 (tar.bz2)',
29+
'sha256' => 'a04fdd3df05f948df8a8f2c5d27ab54c1f43822c525f31fd20c19a282452d07c',
30+
'date' => '13 Mar 2025',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.1.32.tar.xz',
35+
'name' => 'PHP 8.1.32 (tar.xz)',
36+
'sha256' => 'c582ac682a280bbc69bc2186c21eb7e3313cc73099be61a6bc1d2cd337cbf383',
37+
'date' => '13 Mar 2025',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.2.28' =>
643
array (
744
'announcement' =>

include/version.inc

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

5757
/* PHP 8.1 Release */
5858
$data['8.1'] = [
59-
'version' => '8.1.32',
60-
'date' => '13 Mar 2025',
59+
'version' => '8.1.33',
60+
'date' => '3 Jul 2025',
6161
'tags' => ['security'], // Set to ['security'] for security releases.
6262
'sha256' => [
63-
'tar.gz' => '4846836d1de27dbd28e89180f073531087029a77e98e8e019b7b2eddbdb1baff',
64-
'tar.bz2' => 'a04fdd3df05f948df8a8f2c5d27ab54c1f43822c525f31fd20c19a282452d07c',
65-
'tar.xz' => 'c582ac682a280bbc69bc2186c21eb7e3313cc73099be61a6bc1d2cd337cbf383',
63+
'tar.gz' => 'ee33568a0e2be0b722b3f9a88cecc578316b66b25c90cd0a4f3b1a5cdc3cd826',
64+
'tar.bz2' => 'b6553451841c1a569865d7fdc83024621ee4434cd8fbfeb0a31588ac9c70685f',
65+
'tar.xz' => '9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d1',
6666
]
6767
];
6868

releases/8_1_33.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_33.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.1.33 Release Announcement');
5+
?>
6+
<h1>PHP 8.1.33 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.1.33. 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.33 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.33">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)