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

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

This reverts commit 751d067b86.
This commit is contained in:
Adam Harvey
2015-11-08 15:59:59 +01:00
parent 75e418c468
commit a85174aeee

View File

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