forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
php54.json
39 lines (39 loc) · 1.31 KB
/
php54.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
{
"version": "5.4.45",
"description": "A popular general-purpose scripting language that is especially suited to web development. (version 5.4)",
"homepage": "https://windows.php.net",
"license": {
"identifier": "PHP-3.01",
"url": "https://secure.php.net/license/"
},
"suggest": {
"vcredist": "extras/vcredist2008"
},
"pre_install": [
"# Create directory for custom PHP configuration",
"if (!(Test-Path \"$dir\\cli\\conf.d\")) {",
" (New-Item -Type directory \"$dir\\cli\\conf.d\") | Out-Null",
"}"
],
"post_install": [
"# Enable extensions to be found in installation-relative folder (the default is to search C:/php)",
"(Get-Content \"$dir\\cli\\php.ini\") | % { $_ -replace ';\\s?(extension_dir = \"ext\")', '$1' } | Set-Content \"$dir\\cli\\php.ini\""
],
"url": "https://windows.php.net/downloads/releases/archives/php-5.4.45-Win32-VC9-x86.zip",
"hash": "38cde4bac05e916fb0c0b78a2e5bfeec9b02b4b6fc51c9a02a66e4fc1e1a1d08",
"bin": [
"php.exe",
"php-cgi.exe",
"phpdbg.exe"
],
"persist": [
"cli",
[
"php.ini-production",
"cli\\php.ini"
]
],
"env_set": {
"PHP_INI_SCAN_DIR": "$dir\\cli;$dir\\cli\\conf.d;"
}
}