mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Link the supported versions page from some appropriate places.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
4
eol.php
4
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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user