Rename "visual-c-14" to "vc-redist14"

This commit is contained in:
MPLew-is 2016-03-27 04:50:59 -04:00
parent a66e2c69bc
commit 4a9a3b4d7b
3 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
"bin\\logresolve.exe", "bin\\logresolve.exe",
"bin\\rotatelogs.exe" "bin\\rotatelogs.exe"
], ],
"depends": "visual-c-14", "depends": "vc-redist14",
"post_install": " "post_install": "
# set directory in httpd.conf # set directory in httpd.conf
$conf = \"$dir/conf/httpd.conf\" $conf = \"$dir/conf/httpd.conf\"

View File

@ -13,7 +13,7 @@
} }
}, },
"bin": "php.exe", "bin": "php.exe",
"depends": "visual-c-14", "depends": "vc-redist14",
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
"checkver": { "checkver": {
"url": "http://windows.php.net/download/", "url": "http://windows.php.net/download/",