1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add an override for 5.4 on the EOL page for now.

We can revert this once 5.4 has been moved to $OLDRELEASES, which will take
place once Stas confirms that there won't be an additional release, since the
door was left open in the 5.4.45 announcement.
This commit is contained in:
Adam Harvey
2015-09-14 21:01:46 -07:00
parent 0c6fa09a00
commit 751d067b86

View File

@@ -38,7 +38,7 @@ site_header('Unsupported Branches');
</tr>
</thead>
<tbody>
<?php foreach (get_eol_branches() as $major => $branches): ?>
<?php foreach (get_eol_branches(array('5.4.45')) as $major => $branches): ?>
<?php foreach ($branches as $branch => $detail): ?>
<?php $eolPeriod = format_interval('@'.$detail['date'], null) ?>
<tr>