diff --git a/downloads.php b/downloads.php index a60e8df3c..f10bc781d 100644 --- a/downloads.php +++ b/downloads.php @@ -7,61 +7,66 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/version.inc'; // Try to make this page non-cached header_nocache(); +$gpg = array( + "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 +uid Julien Pauli <jpauli@php.net> + +pub 4096R/7267B52D 2012-03-20 [expires: 2016-03-19] + Key fingerprint = 0B96 609E 270F 565C 1329 2B24 C13C 70B8 7267 B52D +uid David Soria Parra <dsp@php.net> + +GPG +, + "5.4" => <<< GPG +pub 2048D/5DA04B5D 2012-03-19 + Key fingerprint = F382 5282 6ACD 957E F380 D39F 2F79 56BC 5DA0 4B5D +uid Stanislav Malyshev (PHP key) <smalyshev@gmail.com> +uid Stanislav Malyshev (PHP key) <stas@php.net> +uid Stanislav Malyshev (PHP key) <smalyshev@sugarcrm.com> +GPG +, + "5.3" => <<< GPG +pub 4096R/7267B52D 2012-03-20 [expires: 2016-03-19] + Key fingerprint = 0B96 609E 270F 565C 1329 2B24 C13C 70B8 7267 B52D +uid David Soria Parra <dsp@php.net> +pub 2048R/FC9C83D7 2012-03-18 [expires: 2017-03-17] + Key fingerprint = 0A95 E9A0 2654 2D53 835E 3F3A 7DEC 4E69 FC9C 83D7 +uid Johannes Schlüter <johannes@schlueters.de> +uid Johannes Schlüter <johannes@php.net> +GPG +); + $SIDEBAR_DATA = ' -
+
+ + + + +We do not distribute UNIX/Linux binaries. Most Linux distributions come with PHP these days, so if you do not want to compile your own, go to your distribution\'s download site. Binaries available on external servers:
+- Regular source and binary snapshots are available - from snaps.php.net. - These are not intended for production use! -
-- To download the very latest development version, - see the instructions on using Git. -
-- Information about older releases and their downloads - are available on our releases page. -
- PEAR - packages, PECL hosted - PHP extensions and PHP-GTK - source and binaries are available on their own pages. -
-- For downloadable PHP manual packages, go to the - documentation download - page. -
- -- Get some - PHP logos - for your site, and some PHP icons to use on - your computer. -
'; site_header("Downloads", @@ -90,34 +95,32 @@ $i = 0; foreach ($rows as $row) { echo "Note:{$rel["note"]}
": ""); - } echo " \n"; } ?> -+ +
-The releases are tagged and signed in the PHP Git Repository.
-The following official GnuPG keys of the current PHP Release Manager can be used
-to verify the tags:
+Each release is tagged and signed in the PHP Git Repository,
+and the signatures for individual archive is also available as .asc file.
-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 <jpauli@php.net> - -pub 4096R/7267B52D 2012-03-20 [expires: 2016-03-19] - Key fingerprint = 0B96 609E 270F 565C 1329 2B24 C13C 70B8 7267 B52D -uid David Soria Parra <dsp@php.net> --
-pub 2048D/5DA04B5D 2012-03-19 - Key fingerprint = F382 5282 6ACD 957E F380 D39F 2F79 56BC 5DA0 4B5D -uid Stanislav Malyshev (PHP key) <smalyshev@gmail.com> -uid Stanislav Malyshev (PHP key) <stas@php.net> -uid Stanislav Malyshev (PHP key) <smalyshev@sugarcrm.com> --
-pub 4096R/7267B52D 2012-03-20 [expires: 2016-03-19] - Key fingerprint = 0B96 609E 270F 565C 1329 2B24 C13C 70B8 7267 B52D -uid David Soria Parra <dsp@php.net> --
-pub 2048R/FC9C83D7 2012-03-18 [expires: 2017-03-17] - Key fingerprint = 0A95 E9A0 2654 2D53 835E 3F3A 7DEC 4E69 FC9C 83D7 -uid Johannes Schlüter <johannes@schlueters.de> -uid Johannes Schlüter <johannes@php.net> -$SIDEBAR_DATA)); diff --git a/include/version.inc b/include/version.inc index f02e3a0a3..217331e58 100644 --- a/include/version.inc +++ b/include/version.inc @@ -71,10 +71,6 @@ $RELEASES = array( "md5" => $PHP_5_5_MD5["tar.xz"], "date" => $PHP_5_5_DATE, ), - array( - "link" => 'http://windows.php.net/download/#php-5.5', - "name" => "Windows $PHP_5_5_VERSION binaries and source", - ), ), ), $PHP_5_4_VERSION => array( @@ -92,10 +88,6 @@ $RELEASES = array( "md5" => $PHP_5_4_MD5["tar.gz"], "date" => $PHP_5_4_DATE, ), - array( - "link" => 'http://windows.php.net/download/#php-5.4', - "name" => "Windows $PHP_5_4_VERSION binaries and source", - ), ), ), $PHP_5_3_VERSION => array( @@ -113,10 +105,6 @@ $RELEASES = array( "md5" => $PHP_5_3_MD5["tar.gz"], "date" => $PHP_5_3_DATE, ), - array( - "link" => 'http://windows.php.net/download/#php-5.3', - "name" => "Windows $PHP_5_3_VERSION binaries and source", - ), ), ), ), diff --git a/index.php b/index.php index b2ba3c49b..301297270 100644 --- a/index.php +++ b/index.php @@ -162,8 +162,8 @@ if (is_array($CONF_TEASER)) { $announcements = ""; foreach($CONF_TEASER as $category => $entries) { if ($entries) { - $announcements .= '