Commit:    c4afcf4711cb2423ef92f62fcdbc3ea412ae0867
Author:    Anatol Belski <a...@php.net>         Tue, 6 Mar 2018 22:02:57 +0100
Parents:   a5ec5fee8e8e9d527602e0a91f6062f13e7662df
Branches:  master

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

Log:
Missed comma

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


Diff:
diff --git a/script/generate_snap_page.php b/script/generate_snap_page.php
index 13c8191..a553ca4 100644
--- a/script/generate_snap_page.php
+++ b/script/generate_snap_page.php
@@ -10,7 +10,7 @@ $builds = array(
                                'nts-windows-vc15-x64',
                                'ts-windows-vc15-x64',
                                'nts-windows-vc15-x86',
-                               'ts-windows-vc15-x86'
+                               'ts-windows-vc15-x86',
                                'nts-windows-vc15-x86-avx',
                                'ts-windows-vc15-x86-avx'
                ),
diff --git a/templates/snaps.php b/templates/snaps.php
index dd80e37..f2521fc 100644
--- a/templates/snaps.php
+++ b/templates/snaps.php
@@ -7,7 +7,7 @@ $minor_order = array(
                                'nts-windows-vc15-x64',
                                'ts-windows-vc15-x64',
                                'nts-windows-vc15-x86',
-                               'ts-windows-vc15-x86'
+                               'ts-windows-vc15-x86',
                                'nts-windows-vc15-x64-avx',
                                'ts-windows-vc15-x64-avx',
                ),


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

Reply via email to