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