mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
* update aria2 1.28.0 * update packer 0.11.0 * update php 7.0.13 * update git 2.10.2 * update nodejs 7.1.0 * update sqlite 3.15.1 * update cmake 3.6.3 * update r 3.3.2 * update perl 5.24.0.1 * update terraform 0.7.10 / migrate to 0.7 previous version was broken, since version 0.7 all the providers are in the main binary https://www.terraform.io/upgrade-guides/0-7.html * update vagrant 1.8.7 * update sbcl 1.3.11 * update imagemagick * update ffmpeg 20161108 * update git-lfs 1.4.4
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"homepage": "http://windows.php.net",
|
|
"version": "7.0.13",
|
|
"license": "https://www.php.net/license/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"http://windows.php.net/downloads/releases/php-7.0.13-Win32-VC14-x64.zip",
|
|
"https://raw.githubusercontent.com/madbub/scoop-php/master/64-bit/vcruntime140.dll"
|
|
],
|
|
"hash": [
|
|
"E54130C0036B107E36A928CC2F0D5B46E8FD6D894128671995917E7A9FEA26DA",
|
|
"acf65e565021f2017815fc5ec8a3145cf6c15e75c132cf23a378cc943e68327c"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"http://windows.php.net/downloads/releases/php-7.0.13-Win32-VC14-x86.zip",
|
|
"https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/32-bit/vcruntime140.dll"
|
|
],
|
|
"hash": [
|
|
"62CB37344611F75F42718DCBDE0A1EF2B767D3E6AE2DC8C986CAED888811B1A7",
|
|
"b7c13f8519340257ba6ae3129afce961f137e394dde3e4e41971b9f912355f5e"
|
|
]
|
|
}
|
|
},
|
|
"bin": [
|
|
"php.exe",
|
|
"php-cgi.exe"
|
|
],
|
|
"env_set": {
|
|
"PHP_INI_SCAN_DIR": "$dir\\..\\conf"
|
|
},
|
|
"post_install": "
|
|
#Copy PHP configuration file to expected location
|
|
cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"
|
|
|
|
#Enable extensions to be found in installation-relative folder (the default is to search C:/php)
|
|
(gc \"$dir\\php.ini\") | % { $_ -replace '; extension_dir = \"ext\"', 'extension_dir = \"ext\"' } | sc \"$dir\\php.ini\"
|
|
",
|
|
"checkver": {
|
|
"url": "http://windows.php.net/download/",
|
|
"re": "<h3 id=\"php-7.0\".*?>.*?\\(([\\d.]+)\\)</h3>"
|
|
}
|
|
}
|