File tree Expand file tree Collapse file tree 6 files changed +100
-5
lines changed Expand file tree Collapse file tree 6 files changed +100
-5
lines changed Original file line number Diff line number Diff line change 5871
5871
5872
5872
<a id="PHP_8_1"></a>
5873
5873
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
+
5874
5894
<section class="version" id="8.1.32"><!-- {{{ 8.1.32 -->
5875
5895
<h3>Version 8.1.32</h3>
5876
5896
<b><?php release_date ('13-Mar-2025 ' ); ?> </b>
Original file line number Diff line number Diff line change 9
9
<uri >http://php.net/contact</uri >
10
10
11
11
</author >
12
+ <xi : include href =" entries/2025-07-03-3.xml" />
12
13
<xi : include href =" entries/2025-07-03-2.xml" />
13
14
<xi : include href =" entries/2025-07-03-1.xml" />
14
15
<xi : include href =" entries/2025-06-11-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.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 >
Original file line number Diff line number Diff line change 2
2
$ OLDRELEASES = array (
3
3
8 =>
4
4
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
+ ),
5
42
'8.2.28 ' =>
6
43
array (
7
44
'announcement ' =>
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ $RELEASES = (function () {
56
56
57
57
/* PHP 8.1 Release */
58
58
$ data ['8.1 ' ] = [
59
- 'version ' => '8.1.32 ' ,
60
- 'date ' => '13 Mar 2025 ' ,
59
+ 'version ' => '8.1.33 ' ,
60
+ 'date ' => '3 Jul 2025 ' ,
61
61
'tags ' => ['security ' ], // Set to ['security'] for security releases.
62
62
'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 ' ,
66
66
]
67
67
];
68
68
Original file line number Diff line number Diff line change
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 ();
You can’t perform that action at this time.
0 commit comments