-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphp71-pcs.json
More file actions
33 lines (33 loc) · 1.57 KB
/
php71-pcs.json
File metadata and controls
33 lines (33 loc) · 1.57 KB
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
{
"homepage": "https://pecl.php.net/package/pcs",
"version": "1.3.3",
"license": "http://www.php.net/license/3_01.txt",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/pecl/releases/pcs/1.3.3/php_pcs-1.3.3-7.1-ts-vc14-x64.zip",
"hash": "8398b477ceb9b0d39c82c9deca9459e176355ace53ec9d5c0840b09f4447f015"
},
"32bit": {
"url": "http://windows.php.net/downloads/pecl/releases/pcs/1.3.3/php_pcs-1.3.3-7.1-ts-vc14-x86.zip",
"hash": "438a9c25d54d38d7b7cced2c146ba9f7c2529b81e1a0b150dbe02659fe2171dd"
}
},
"depends": [
"php"
],
"post_install": "$phpconfd = \"$persist_dir\\..\\php\\cli\\conf.d\"; if((test-path $phpconfd)) { echo \"Enabling extension $(Convert-Path $phpconfd)\\pcs.ini\"; echo \"extension=$dir\\php_pcs.dll\" | sc \"$phpconfd\\pcs.ini\"; echo \"Remove-Item '$(Convert-Path $phpconfd)\\pcs.ini'\" | sc \"$dir\\uninstall.ps1\" } else { write-host -f yellow \"PHP was not installed through scoop, you have to activate php_pcs.dll manually!\" }",
"checkver": "pcs/([\\d.]+)/windows",
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/pecl/releases/pcs/$version/php_pcs-$version-7.1-ts-vc14-x64.zip"
},
"32bit": {
"url": "http://windows.php.net/downloads/pecl/releases/pcs/$version/php_pcs-$version-7.1-ts-vc14-x86.zip"
}
}
},
"uninstaller": {
"file": "uninstall.ps1"
}
}