Commit:    dbe6f3095d094e9ecbdc83308d7b43640e70911f
Author:    Matt Ficken <v-maf...@microsoft.com>         Mon, 18 Nov 2013 
10:43:26 -0800
Parents:   d0575a55d6770cc5a3cabe1c820c7276f85a67f6
Branches:  master

Link:       
http://git.php.net/?p=pftt2.git;a=commitdiff;h=dbe6f3095d094e9ecbdc83308d7b43640e70911f

Log:
branch configuration update


Former-commit-id: 1c3e291736a176624081cb6bba69a4d5faf9f846

Changed paths:
  M  src/com/mostc/pftt/model/core/ECompiler.java
  M  src/com/mostc/pftt/util/WindowsSnapshotDownloadUtil.groovy


Diff:
diff --git a/src/com/mostc/pftt/model/core/ECompiler.java 
b/src/com/mostc/pftt/model/core/ECompiler.java
index 63cffd5..8e39f01 100644
--- a/src/com/mostc/pftt/model/core/ECompiler.java
+++ b/src/com/mostc/pftt/model/core/ECompiler.java
@@ -5,6 +5,7 @@ public enum ECompiler {
        VC6,
        VC10, // Visual Studio 2010
        VC11, // Visual Studio 2012
+       VC12,
        GCC4, 
        GCC3
 }
diff --git a/src/com/mostc/pftt/util/WindowsSnapshotDownloadUtil.groovy 
b/src/com/mostc/pftt/util/WindowsSnapshotDownloadUtil.groovy
index 4f4cea2..d1bd0bc 100644
--- a/src/com/mostc/pftt/util/WindowsSnapshotDownloadUtil.groovy
+++ b/src/com/mostc/pftt/util/WindowsSnapshotDownloadUtil.groovy
@@ -37,7 +37,7 @@ final class WindowsSnapshotDownloadUtil {
        static File snapshotURLtoLocalFile(AHost host, URL url) {
                String local_path = null;
                if (url.getHost().equals("windows.php.net")) {
-                       if 
(url.getPath().contains("release")||url.getPath().contains("qa")||url.getPath().contains("/snaps/php-5.3/")||url.getPath().contains("/snaps/php-5.4/")||url.getPath().contains("/snaps/php-5.5/")||url.getPath().contains("/snaps/master/"))
 {
+                       if 
(url.getPath().contains("release")||url.getPath().contains("qa")||url.getPath().contains("/snaps/"))
 {
                                local_path = AHost.basename(url.getPath());
                        } else if (url.getPath().startsWith("/downloads/")) {
                                // some special build being shared on 
windows.php.net (probably unstable, expiremental, etc...)

Reply via email to