Commit: d7881b933161d5e0d229dcfa79d2e6bc4f3547ef Author: Anatol Belski <[email protected]> Fri, 23 Sep 2016 22:10:03 +0200 Parents: 60b2d2bd1db00feed80571735827587bb314acdb Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=d7881b933161d5e0d229dcfa79d2e6bc4f3547ef Log: remove config for eol branches Changed paths: M docroot/listing.php Diff: diff --git a/docroot/listing.php b/docroot/listing.php index cb9c089..7725a1a 100644 --- a/docroot/listing.php +++ b/docroot/listing.php @@ -33,30 +33,8 @@ include __DIR__ . '/../include/listing.php'; $baseurl = '/' . $dir_to_parse . '/'; $versions = generate_listing($dir_to_parse, $snaps); -$major_order = array('7.1', '7.0', '5.6', '5.5', /*'5.4', '5.3'*/); +$major_order = array('7.1', '7.0', '5.6'); $minor_order = array( - /*'5.3' => array( - 'nts-VC9-x86', - 'ts-VC9-x86', - 'nts-VC9-x64', - 'ts-VC9-x64' - ), - '5.4' => array( - 'nts-VC9-x86', - 'ts-VC9-x86', - 'nts-VC9-x64', - 'ts-VC9-x64' - ),*/ - '5.5' => array( - 'nts-VC9-x86', - 'ts-VC9-x86', - 'nts-VC9-x64', - 'ts-VC9-x64', - 'nts-VC11-x86', - 'ts-VC11-x86', - 'nts-VC11-x64', - 'ts-VC11-x64' - ), '5.6' => array( 'nts-VC11-x86', 'ts-VC11-x86', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
