mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +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:
2
eol.php
2
eol.php
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user