mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
The repository that used to hold the .dll file no longer exists. This changes the URL to the .dll file and updates the hash to the new file's md5 hash.
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"homepage": "http://windows.php.net",
|
|
"version": "7.0.5",
|
|
"license": "http://www.php.net/license/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"http://windows.php.net/downloads/releases/php-7.0.5-Win32-VC14-x64.zip",
|
|
"https://raw.githubusercontent.com/madbub/scoop-php/master/64-bit/vcruntime140.dll"
|
|
],
|
|
"hash": [
|
|
"sha1:ef09d80e264a010d538cf88004acb68c52812a26",
|
|
"md5:6c2c88ff1b3da84b44d23a253a06c01b"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"http://windows.php.net/downloads/releases/php-7.0.5-Win32-VC14-x86.zip",
|
|
"https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/32-bit/vcruntime140.dll"
|
|
],
|
|
"hash": [
|
|
"sha1:335c24c5b056246c384591c39b462d7ef3005b5c",
|
|
"sha256:b7c13f8519340257ba6ae3129afce961f137e394dde3e4e41971b9f912355f5e"
|
|
]
|
|
}
|
|
},
|
|
"bin": "php.exe",
|
|
"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\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
|
}
|
|
}
|