Commit: 9bd4ad95d3d05bf03a0d13f4eff4ceb60fb8d3b5 Author: Kalle Sommer Nielsen <[email protected]> Tue, 7 Jul 2015 21:52:11 +0200 Parents: dc3043b4d3ee10969c3433bff67509fca94bd0fc Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9bd4ad95d3d05bf03a0d13f4eff4ceb60fb8d3b5 Log: And HTML encode it too Changed paths: M include/gpg-keys.inc Diff: diff --git a/include/gpg-keys.inc b/include/gpg-keys.inc index 69e254a..a453c0b 100644 --- a/include/gpg-keys.inc +++ b/include/gpg-keys.inc @@ -4,7 +4,7 @@ $GPG_KEYS = array( "7.0" => <<< GPG pub 2048R/22FE5A12 2015-07-07 [expires: 2020-07-05] Key fingerprint = D620 173D 6924 BA1C 2244 C7C4 1B6B 6676 22FE 5A12 -uid Kalle Sommer Nielsen (PHP) <[email protected]> +uid Kalle Sommer Nielsen (PHP) <[email protected]> pub 2048R/9C0D5763 2015-06-09 [expires: 2024-06-06] Key fingerprint = 1A4E 8B72 77C4 2E53 DBA9 C7B9 BCAA 30EA 9C0D 5763 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
