-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphp5.5-nts.json
46 lines (46 loc) · 1.25 KB
/
php5.5-nts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"homepage": "http://windows.php.net/downloads/releases/",
"version": "5.5.38",
"license": "http://www.php.net/license/3_01.txt",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/releases/php-5.5.38-nts-Win32-VC11-x64.zip",
"hash": "abdf2fefcd7d1daf75d689e309e8571879b15d4b61726546e4e064f96167387a"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-5.5.38-nts-Win32-VC11-x86.zip",
"hash": "443fba0410873b9d7083c2b815b0d53bbcec8b2f5e8a69469e06e8d8cb2d343e"
}
},
"bin": [
"php.exe",
"php-cgi.exe"
],
"persist": [
"conf.d"
],
"env_set": {
"PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;"
},
"post_install": "iex(gc $bucketsdir\\$bucket\\bin\\postinstall.ps1 -Raw)",
"checkver": "/php-5.5.*?>php-([\\d.]+)-Win",
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/releases/php-$version-nts-Win32-VC11-x64.zip"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-$version-nts-Win32-VC11-x86.zip"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt"
}
},
"suggest": {
"vcredist": [
"extras/vcredist2012",
"extras/vcredist2017"
]
}
}