Commit: 0a56570ee64cf9068c52ad1fc8a1616381293be0 Author: Sara Golemon <[email protected]> Tue, 5 May 2020 18:04:48 +0000 Parents: 7691b44067db646287064df92ad6bd10718ba9a6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0a56570ee64cf9068c52ad1fc8a1616381293be0 Log: Add 8.0 key signature for me Changed paths: M include/gpg-keys.inc Diff: diff --git a/include/gpg-keys.inc b/include/gpg-keys.inc index 6dedf26e7..bc0b42b40 100644 --- a/include/gpg-keys.inc +++ b/include/gpg-keys.inc @@ -5,6 +5,13 @@ $GPG_KEYS = array( Key fingerprint = D620 173D 6924 BA1C 2244 C7C4 1B6B 6676 22FE 5A12 uid Kalle Sommer Nielsen (PHP) <[email protected]> */ + "8.0" => <<< GPG +pub 4096R/70D12172 2017-04-14 [expires: 2024-04-21] + Key fingerprint = 1729 F839 38DA 44E2 7BA0 F4D3 DBDB 3974 70D1 2172 +uid Sara Golemon <[email protected]> +GPG +, + "7.4" => <<< GPG sec rsa4096 2019-06-11 [SC] [expires: 2029-06-08] 5A52880781F755608BF815FC910DEB46F53EA312 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
