Commit: f206fe5b1aca09bb4fd0ccc5ac5d1034a1f6599a Author: Adam Harvey <[email protected]> Tue, 19 Aug 2014 15:02:56 -0700 Parents: afbeae719ebba0a7520b061593d3f39f03b9c151 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f206fe5b1aca09bb4fd0ccc5ac5d1034a1f6599a Log: Force 5.3.29 to be considered EOL. Changed paths: M eol.php Diff: diff --git a/eol.php b/eol.php index e5a6160..1967e97 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.3.29')) as $major => $branches): foreach ($branches as $branch => $detail) { try { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
