-
Notifications
You must be signed in to change notification settings - Fork 3
/
php5.5.json
46 lines (46 loc) · 1.24 KB
/
php5.5.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-Win32-VC11-x64.zip",
"hash": "2a5eec621c36b94a5f2c59706f219b598fafbef9930215760f854de6ffba0092"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-5.5.38-Win32-VC11-x86.zip",
"hash": "800a7e2be97aace568848e6bb91c93114ba59793a4f89c8756c66b975f2311be"
}
},
"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-Win32-VC11-x64.zip"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC11-x86.zip"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt"
}
},
"suggest": {
"vcredist": [
"extras/vcredist2012",
"extras/vcredist2017"
]
}
}