Author: Christoph M. Becker (cmb69)
Date: 2021-06-06T22:40:11+02:00

Commit: 
https://github.com/php/web-windows/commit/97d9007b41b3079812db9c2975990bf753e938e1
Raw diff: 
https://github.com/php/web-windows/commit/97d9007b41b3079812db9c2975990bf753e938e1.diff

There are no PHP 8 snapshots anymore

Changed paths:
  M  dev/generate_fake_downloads.php
  M  script/generate_snap_page.php
  M  templates/snaps.php


Diff:

diff --git a/dev/generate_fake_downloads.php b/dev/generate_fake_downloads.php
index 243bd42..df1ac7e 100644
--- a/dev/generate_fake_downloads.php
+++ b/dev/generate_fake_downloads.php
@@ -117,32 +117,6 @@
             "nts-windows-vc15-x64-avx"
         ]
     ],
-    'php-8.0' => [
-        "revision_last" => "65d7ade6842bcf06b3d2ed59a796bdd78d073df9",
-        "revision_previous" => null,
-        "revision_last_exported" => "65d7ade",
-        "build_num" => 5,
-        "builds" => [
-            "nts-windows-vs16-x64",
-            "nts-windows-vs16-x86",
-            "ts-windows-vs16-x86",
-            "ts-windows-vs16-x64",
-            "nts-windows-vs16-x64-avx"
-        ]
-    ],
-    'master' => [
-        "revision_last" => "65d7ade6842bcf06b3d2ed59a796bdd78d073df9",
-        "revision_previous" => null,
-        "revision_last_exported" => "65d7ade",
-        "build_num" => 5,
-        "builds" => [
-            "nts-windows-vs16-x64",
-            "nts-windows-vs16-x86",
-            "ts-windows-vs16-x86",
-            "ts-windows-vs16-x64",
-            "nts-windows-vs16-x64-avx"
-        ]
-    ],
 ];
 $json = 
'{"stats":{"warning":0,"error":0},"has_php_pkg":true,"has_debug_pkg":false,"has_devel_pkg":false,"has_test_pkg":false}';
 $dir = SNAPS_DIR;
diff --git a/script/generate_snap_page.php b/script/generate_snap_page.php
index 113881b..2044865 100644
--- a/script/generate_snap_page.php
+++ b/script/generate_snap_page.php
@@ -3,17 +3,9 @@
 include __DIR__ . '/../include/config.php';
 
 /* TODO: use exported branches list when available instead */
-$active_branches = array('master', '8.0', '7.4', '7.3');
+$active_branches = array('7.4', '7.3');
 
 $builds = array(
-               'master' => array(
-                               'nts-windows-vs16-x64',
-                               'ts-windows-vs16-x64',
-                               'nts-windows-vs16-x86',
-                               'ts-windows-vs16-x86',
-                               'nts-windows-vs16-x86-avx',
-                               'ts-windows-vs16-x86-avx'
-               ),
                '7.4' => array(
                                'nts-windows-vc15-x64',
                                'ts-windows-vc15-x64',
diff --git a/templates/snaps.php b/templates/snaps.php
index b90870b..4bcb564 100644
--- a/templates/snaps.php
+++ b/templates/snaps.php
@@ -1,24 +1,8 @@
 <?php
 include __DIR__ . '/../include/tools.php';
 
-$major_order = array('8.0', '7.4', '7.3', 'master');
+$major_order = array('7.4', '7.3');
 $minor_order = array(
-               'master' => array(
-                               'nts-windows-vs16-x64',
-                               'ts-windows-vs16-x64',
-                               'nts-windows-vs16-x86',
-                               'ts-windows-vs16-x86',
-                               'nts-windows-vs16-x64-avx',
-                               'ts-windows-vs16-x64-avx',
-               ),
-               '8.0' => array(
-                               'nts-windows-vs16-x64',
-                               'ts-windows-vs16-x64',
-                               'nts-windows-vs16-x86',
-                               'ts-windows-vs16-x86',
-                               'nts-windows-vs16-x64-avx',
-                               'ts-windows-vs16-x64-avx',
-               ),
                '7.4' => array(
                                'nts-windows-vc15-x64',
                                'ts-windows-vc15-x64',
@@ -44,12 +28,6 @@
                        'ts-windows-vc15-x64'  => 'VC15 x64 Thread Safe',
                        'nts-windows-vc15-x64-avx' => 'VC15 x64 AVX Non Thread 
Safe',
                        'ts-windows-vc15-x64-avx'  => 'VC15 x64 AVX Thread 
Safe',
-                       'nts-windows-vs16-x86' => 'VS16 x86 Non Thread Safe',
-                       'ts-windows-vs16-x86'  => 'VS16 x86 Thread Safe',
-                       'nts-windows-vs16-x64' => 'VS16 x64 Non Thread Safe',
-                       'ts-windows-vs16-x64'  => 'VS16 x64 Thread Safe',
-                       'nts-windows-vs16-x64-avx' => 'VS16 x64 AVX Non Thread 
Safe',
-                       'ts-windows-vs16-x64-avx'  => 'VS16 x64 AVX Thread 
Safe',
 );
 
 include TPL_PATH . 'header.php';

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

Reply via email to