-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphp7.2-nts.json
46 lines (46 loc) · 1.46 KB
/
php7.2-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": "7.2.0",
"license": "http://www.php.net/license/3_01.txt",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/releases/php-7.2.0-nts-Win32-VC15-x64.zip",
"hash": "85a325601d0442dcefbd02fd859f3c6cc1580349857c2d21c8be58cd1e4d8f23"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-7.2.0-nts-Win32-VC15-x86.zip",
"hash": "f5c1317e557ec814377a18af3ad325a59da8a9d127660ab1a03562b14824f686"
}
},
"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-7.2.*?>php-([\\d.]+)-Win",
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC15-x64.zip"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC15-x86.zip"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt"
}
},
"suggest": {
"vcredist": [
"extras/vcredist2015",
"extras/vcredist2017"
]
}
}