Skip to content

Commit cb72c19

Browse files
Add new PHP 8.6 RM gpg keys
1 parent f78ac5e commit cb72c19

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

distributions

include/gpg-keys.inc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ function gpg_key_get(string $rm): ?string {
113113
" Key fingerprint = 5289 95BF EDFB A719 1D46 839E F9BA 0ADA 31CB D89E\n" .
114114
"uid Joe Watkins <krakjoe@php.net>";
115115

116+
case 'mbeccati':
117+
return
118+
"pub ed25519 2026-04-16 [SC]\n" .
119+
" 0168 95DE 9A47 5111 D537 A6E6 9134 FF30 BC5A 99B5\n" .
120+
"uid [ full ] Matteo Beccati <mbeccati@php.net>\n" .
121+
"sub cv25519 2026-04-16 [E]";
122+
116123
case 'patrickallaert':
117124
return
118125
"pub rsa4096 2021-04-01 [SC]\n" .
@@ -177,6 +184,13 @@ function gpg_key_get(string $rm): ?string {
177184
"uid Stanislav Malyshev (PHP key) <stas@php.net>\n" .
178185
"uid Stanislav Malyshev (PHP key) <smalyshev@sugarcrm.com>";
179186

187+
case 'svpernova09':
188+
return
189+
"pub rsa4096 2026-04-16 [SC] [expires: 2031-04-15]\n" .
190+
" 5CFF 17B6 4DC1 C244 F5D0 EAC3 E435 35E2 EB19 010E\n" .
191+
"uid [ full ] Joe Ferguson (PHP) <svpernova09@php.net>\n" .
192+
"sub rsa4096 2026-04-16 [E] [expires: 2031-04-15]";
193+
180194
case 'tyrael':
181195
return
182196
"pub 2048R/33CFC8B3 2014-01-14 [expires: 2020-01-13]\n" .
@@ -190,6 +204,7 @@ function gpg_key_get(string $rm): ?string {
190204

191205
function gpg_key_get_branches(bool $activeOnly): array {
192206
$branches = [
207+
'8.6' => ['daniels', 'mbeccati', 'svpernova09'],
193208
'8.5' => ['pierrick', 'edorian', 'daniels'],
194209
'8.4' => ['ericmann', 'calvinb', 'saki'],
195210
'8.3' => ['pierrick', 'ericmann', 'bukka'],

0 commit comments

Comments
 (0)