Commit:    eecd329732fa16f325689548b6b08ce2c108ae1c
Author:    Christoph M. Becker <[email protected]>         Wed, 27 Mar 2019 
15:39:22 +0100
Parents:   0a448f4a5adc23f68a2c19f4145a19d37469b1ca
Branches:  master

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

Log:
Offer PHP 7.4 snapshots

Changed paths:
  M  docroot/listing.php
  M  script/generate_snap_page.php
  M  templates/snaps.php


Diff:
diff --git a/docroot/listing.php b/docroot/listing.php
index bb63d14..0a0374d 100644
--- a/docroot/listing.php
+++ b/docroot/listing.php
@@ -36,7 +36,7 @@ include __DIR__ . '/../include/listing.php';
 $baseurl = '/' . $dir_to_parse . '/';
 
 $versions = generate_listing($dir_to_parse, $nmode);
-$major_order = array('7.3', '7.2', '7.1', '7.0', '5.6');
+$major_order = array('7.4', '7.3', '7.2', '7.1', '7.0', '5.6');
 $minor_order = array(
                '5.6' => array(
                        'nts-VC11-x64',
@@ -68,6 +68,12 @@ $minor_order = array(
                        'nts-VC15-x86',
                        'ts-VC15-x86'
                ),
+               '7.4' => array(
+                       'nts-VC15-x64',
+                       'ts-VC15-x64',
+                       'nts-VC15-x86',
+                       'ts-VC15-x86'
+               ),
        );
 
 $labels = array(
diff --git a/script/generate_snap_page.php b/script/generate_snap_page.php
index b5cb101..acd34be 100644
--- a/script/generate_snap_page.php
+++ b/script/generate_snap_page.php
@@ -3,7 +3,7 @@
 include __DIR__ . '/../include/config.php';
 
 /* TODO: use exported branches list when available instead */
-$active_branches = array('master', '7.3', '7.2', '7.1', '7.0', '5.6');
+$active_branches = array('master', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6');
 
 $builds = array(
                'master' => array(
@@ -14,6 +14,13 @@ $builds = array(
                                'nts-windows-vc15-x86-avx',
                                'ts-windows-vc15-x86-avx'
                ),
+               '7.4' => array(
+                               'nts-windows-vc15-x64',
+                               'ts-windows-vc15-x64',
+                               'nts-windows-vc15-x86',
+                               'ts-windows-vc15-x86',
+                               'nts-windows-vc15-x64-avx'
+               ),
                '7.3' => array(
                                'nts-windows-vc15-x64',
                                'ts-windows-vc15-x64',
diff --git a/templates/snaps.php b/templates/snaps.php
index 98fa139..eb51f5c 100644
--- a/templates/snaps.php
+++ b/templates/snaps.php
@@ -1,7 +1,7 @@
 <?php
 include __DIR__ . '/../include/tools.php';
 
-$major_order = array('7.3', '7.2', '7.1', '7.0', '5.6', 'master');
+$major_order = array('7.4', '7.3', '7.2', '7.1', '7.0', '5.6', 'master');
 $minor_order = array(
                'master' => array(
                                'nts-windows-vc15-x64',
@@ -11,6 +11,13 @@ $minor_order = array(
                                'nts-windows-vc15-x64-avx',
                                'ts-windows-vc15-x64-avx',
                ),
+               '7.4' => array(
+                               'nts-windows-vc15-x64',
+                               'ts-windows-vc15-x64',
+                               'nts-windows-vc15-x86',
+                               'ts-windows-vc15-x86',
+                               'nts-windows-vc15-x64-avx'
+               ),
                '7.3' => array(
                                'nts-windows-vc15-x64',
                                'ts-windows-vc15-x64',


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

Reply via email to