Commit:    8e805dd1bc315b7068f149a60bca337ba31e2900
Author:    Anatol Belski <[email protected]>         Mon, 31 Jul 2017 12:16:00 +0200
Parents:   b758a1cd5ed4a47ed59dabf8eaab06b32f6b79f3
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=8e805dd1bc315b7068f149a60bca337ba31e2900

Log:
sync supported compiler list

Changed paths:
  M  include/PeclBranch.php


Diff:
diff --git a/include/PeclBranch.php b/include/PeclBranch.php
index 613e1e0..c3b6e7c 100644
--- a/include/PeclBranch.php
+++ b/include/PeclBranch.php
@@ -94,11 +94,10 @@ class PeclBranch {
 
                $compiler       = strtolower($build_config['compiler']);
                switch ($compiler) {
+                       case 'vc15':
                        case 'vc14':
                        case 'vc12':
                        case 'vc11':
-                       case 'vc9':
-                       case 'vc6':
                                $build = new PeclBuildVC($this, $build_name);
                                break;
                        case 'icc':


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

Reply via email to