Commit:    561e62cc4efe859f84ceac17c940a370729e4a91
Author:    unknown <[email protected]>         Mon, 9 Sep 2013 16:27:46 +0200
Parents:   63f7b549be5ebede574ac828b2e6f10b655143b9
Branches:  master

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

Log:
- should have removed already...

Changed paths:
  M  docroot/listing.php


Diff:
diff --git a/docroot/listing.php b/docroot/listing.php
index a4827c7..859728c 100644
--- a/docroot/listing.php
+++ b/docroot/listing.php
@@ -28,12 +28,8 @@ include __DIR__ . '/../include/listing.php';
 $baseurl = '/' . $dir_to_parse . '/';
 
 $versions = generate_listing($dir_to_parse, $snaps);
-$major_order = array('5.5', '5.4', '5.3', '5.2');
+$major_order = array('5.5', '5.4', '5.3');
 $minor_order = array(
-               '5.2' => array(
-                       'nts-VC6-x86',
-                       'ts-VC6-x86'
-               ),
                '5.3' => array(
                        'nts-VC9-x86',
                        'ts-VC9-x86',
@@ -59,8 +55,6 @@ $minor_order = array(
        );
 
 $labels = array(
-                       'nts-VC6-x86' => 'VC6 x86 Non Thread Safe',
-                       'ts-VC6-x86'  => 'VC6 x86 Thread Safe',
                        'nts-VC9-x86' => 'VC9 x86 Non Thread Safe',
                        'ts-VC9-x86'  => 'VC9 x86 Thread Safe',
                        'nts-VC11-x86' => 'VC11 x86 Non Thread Safe',
@@ -72,7 +66,6 @@ $labels = array(
 );
 
 if ($mode == 'snapshots') {
-       unset($minor_order['5.2']);
        unset($major_order[1]);
 }


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

Reply via email to