File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 55
55
);
56
56
57
57
$ SIDEBAR_DATA = '
58
+ <div class="panel">
59
+ <a href="/supported-versions.php">Supported Versions</a>
60
+ <div class="body">
61
+ Check the <a href="/supported-versions.php">supported versions</a> page for
62
+ more information on the support lifetime of each version of PHP.
63
+ </div>
64
+ </div>
65
+
58
66
<p class="panel"><a href="download-docs.php">Documentation download</a></p>
59
67
<p class="panel"><a href="download-logos.php">PHP logos</a></p>
60
68
Original file line number Diff line number Diff line change 23
23
<p>
24
24
This page lists the end of life date for each unsupported branch of PHP. If
25
25
you are using these releases, you are strongly urged to upgrade to
26
- <a href="/downloads ">a current version</a>, as using older versions may
27
- expose you to security vulnerabilities and bugs that have been fixed in
26
+ <a href="/supported-versions ">a current version</a>, as using older versions
27
+ may expose you to security vulnerabilities and bugs that have been fixed in
28
28
more recent versions of PHP.
29
29
</p>
30
30
Original file line number Diff line number Diff line change 72
72
$ eol = implode ('' , array_slice ($ eol , 0 , 2 ));
73
73
74
74
$ SIDEBAR_DATA = '
75
+ <div class="panel">
76
+ <a class="headline" href="/supported-versions.php">Supported Versions</a>
77
+ <div class="body">
78
+ Check the <a href="/supported-versions.php">supported versions</a> page for
79
+ more information on the support lifetime of each version of PHP.
80
+ </div>
81
+ </div>
75
82
76
83
<div class="panel">
77
84
<a class="headline" href="/eol.php">End of Life Dates</a>
You can’t perform that action at this time.
0 commit comments