Skip to content

Commit 6896909

Browse files
2025.2 release code drop
Release 2025.2
1 parent f4c9b65 commit 6896909

2 files changed

Lines changed: 26 additions & 6 deletions

File tree

RELNOTES.txt

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release Notes for
22
P4PHP, P4 API for PHP
33

4-
Version 2025.1
4+
Version 2025.2
55

66
Introduction
77

@@ -20,6 +20,14 @@ Introduction
2020

2121
--------------------------------------------------------------------------
2222

23+
Important End-of-Life Notice
24+
25+
This major release of P4PHP would be the last to test against
26+
PHP version 8.1.x, which is in EOL status. This is part of our
27+
commitment to focus on supported technology platforms.
28+
29+
--------------------------------------------------------------------------
30+
2331
Important Product Rebrand Notice
2432

2533
Helix Core is now P4
@@ -53,18 +61,18 @@ Compatibility Statements
5361

5462
Server Compatibility
5563

56-
This release of P4PHP supports the 2025.1 P4 Server.
64+
This release of P4PHP supports the 2025.2 P4 Server.
5765
Older releases might work but are not supported.
5866

5967
API Compatibility
6068

61-
This release of P4PHP requires the 2025.1 (2025.1/2761706) P4 C/C++ API.
69+
This release of P4PHP requires the 2025.2 (2025.2/2852709) P4 C/C++ API.
6270
Older releases will not work and will fail to compile.
6371

6472
OpenSSL compatibility
6573

6674
The minimum version of OpenSSL libraries required is driven by the
67-
2025.1 server; the minimum version needed is 1.1.1. The latest 3.0.x or
75+
2025.2 server; the minimum version needed is 1.1.1. The latest 3.x.x or
6876
1.1.1 patch is recommended.
6977

7078
PHP compatibility
@@ -78,10 +86,10 @@ Compatibility Statements
7886

7987
Linux kernel 2.6+ for Intel(x86_64)
8088
Ubuntu 20.04, 22.04, 24.04
81-
Rocky Linux 8, 9
89+
Rocky Linux 8, 9, 10
8290
Linux kernel 2.6+ for ARM(aarch64)
8391
Ubuntu 22.04, 24.04
84-
Rocky Linux 9
92+
Rocky Linux 9, 10
8593
Windows for Intel(ntx64)
8694
Server 2016, 2019, 2022
8795

@@ -159,6 +167,16 @@ Key to symbols used in change notes below.
159167

160168
--------------------------------------------------------------------------
161169

170+
New functionalities in 2025.2 (2025.2/2863687) (2025/12/03)
171+
172+
#2843010 (Job #128790)
173+
This release of P4PHP is built against P4 C/C++ API 2025.2 (2025.2/2852709)
174+
175+
#2849852 (Job #128766)
176+
Added support for Rocky Linux 10.
177+
178+
--------------------------------------------------------------------------
179+
162180
New functionality in 2025.1 (2025.1/2767434) (2025/05/21)
163181

164182
#2757772 (Job #125783) * ** ***

specmgr.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ struct defaultspec {
100100
"Backup;code:319;type:select;len:10;val:enable/disable;;"
101101
"View;code:311;fmt:C;type:wlist;words:2;len:64;;"
102102
"ChangeView;code:317;type:llist;len:64;;"
103+
"LimitView;code:320;fmt:C;type:llist;len:64;;"
103104
},
104105
{
105106
"depot",
@@ -225,6 +226,7 @@ struct defaultspec {
225226
"LastPush;code:859;fmt:L;len:10;;"
226227
"DepotMap;code:860;type:wlist;words:2;len:64;;"
227228
"ArchiveLimits;code:862;type:wlist;words:2;len:64;;"
229+
"RemoteCharset;code:863;opt:optional;type:line;len:32;;"
228230
},
229231
{
230232
"repo",

0 commit comments

Comments
 (0)