Commit: 82969aed08eafbbe9a69193f2b4e158738b982fd Author: Ferenc Kovacs <[email protected]> Tue, 21 Jan 2014 14:09:16 +0100 Parents: 6dcc26797c7072bdff4e5917c9523b7861855a04 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=82969aed08eafbbe9a69193f2b4e158738b982fd Log: list the RMs and the gpg keys for the 5.6 releases Changed paths: M downloads.php Diff: diff --git a/downloads.php b/downloads.php index c36b481..8d5a22b 100644 --- a/downloads.php +++ b/downloads.php @@ -13,6 +13,17 @@ $MAJOR = 5; $releases = array_slice($RELEASES[$MAJOR], 0, $SHOW_COUNT); $gpg = array( + "5.6" => <<< GPG +pub 2048R/33CFC8B3 2014-01-14 [expires: 2020-01-13] + Key fingerprint = 6E4F 6AB3 21FD C07F 2C33 2E3A C2BF 0BC4 33CF C8B3 +uid Ferenc Kovacs <[email protected]> + +pub 2048R/90D90EC1 2013-07-18 [expire : 2016-07-17] + Key fingerprint = 0BD7 8B5F 9750 0D45 0838 F95D FE85 7D9A 90D9 0EC1 +uid Julien Pauli <[email protected]> + +GPG +, "5.5" => <<< GPG pub 2048R/90D90EC1 2013-07-18 [expire : 2016-07-17] Key fingerprint = 0BD7 8B5F 9750 0D45 0838 F95D FE85 7D9A 90D9 0EC1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
