Commit: 33d5508c08e2213a8b3d49f69e2cd985c1b2989b Author: Adam Harvey <[email protected]> Tue, 28 Oct 2014 09:45:59 -0700 Parents: 359f4a374c6f7fb980863b249804b45e232ea0c9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=33d5508c08e2213a8b3d49f69e2cd985c1b2989b Log: Link the supported versions page from some appropriate places. Changed paths: M downloads.php M eol.php M releases/index.php Diff: diff --git a/downloads.php b/downloads.php index c087db8..0dfd6cb 100644 --- a/downloads.php +++ b/downloads.php @@ -55,6 +55,14 @@ GPG ); $SIDEBAR_DATA = ' +<div class="panel"> + <a href="/supported-versions.php">Supported Versions</a> + <div class="body"> + Check the <a href="/supported-versions.php">supported versions</a> page for + more information on the support lifetime of each version of PHP. + </div> +</div> + <p class="panel"><a href="download-docs.php">Documentation download</a></p> <p class="panel"><a href="download-logos.php">PHP logos</a></p> diff --git a/eol.php b/eol.php index 2a3a110..84f05ea 100644 --- a/eol.php +++ b/eol.php @@ -23,8 +23,8 @@ site_header('Unsupported Branches'); <p> This page lists the end of life date for each unsupported branch of PHP. If you are using these releases, you are strongly urged to upgrade to - <a href="/downloads">a current version</a>, as using older versions may - expose you to security vulnerabilities and bugs that have been fixed in + <a href="/supported-versions">a current version</a>, as using older versions + may expose you to security vulnerabilities and bugs that have been fixed in more recent versions of PHP. </p> diff --git a/releases/index.php b/releases/index.php index d2cdf39..2c6c895 100644 --- a/releases/index.php +++ b/releases/index.php @@ -72,6 +72,13 @@ krsort($eol); $eol = implode('', array_slice($eol, 0, 2)); $SIDEBAR_DATA = ' +<div class="panel"> + <a class="headline" href="/supported-versions.php">Supported Versions</a> + <div class="body"> + Check the <a href="/supported-versions.php">supported versions</a> page for + more information on the support lifetime of each version of PHP. + </div> +</div> <div class="panel"> <a class="headline" href="/eol.php">End of Life Dates</a> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
