Commit:    a85174aeeeebb44cc7e5a4b1382e62bd3d0b2a79
Author:    Adam Harvey <[email protected]>         Sun, 8 Nov 2015 15:59:59 +0100
Parents:   75e418c468996062bba0b40e5226175b83762e60
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=a85174aeeeebb44cc7e5a4b1382e62bd3d0b2a79

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

This reverts commit 751d067b86f82ada97ff0645166b4c057bb932a6.

Changed paths:
  M  eol.php


Diff:
diff --git a/eol.php b/eol.php
index f9b918f..84f05ea 100644
--- a/eol.php
+++ b/eol.php
@@ -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>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to