Commit: 751d067b86f82ada97ff0645166b4c057bb932a6 Author: Adam Harvey <[email protected]> Mon, 14 Sep 2015 21:01:46 -0700 Parents: 0c6fa09a007f70228025a0d589219dd85e1b9a63 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=751d067b86f82ada97ff0645166b4c057bb932a6 Log: 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. Changed paths: M eol.php Diff: diff --git a/eol.php b/eol.php index 84f05ea..f9b918f 100644 --- a/eol.php +++ b/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> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
