-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPhpVersionSwitcher.json.sample
40 lines (40 loc) · 1.2 KB
/
PhpVersionSwitcher.json.sample
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
{
"phpDir": "C:\\web\\php",
"services": [
{
"label": "Apache 2.4",
"name": "Apache2.4"
},
{
"label": "MySQL 5.6",
"name": "MySQL"
}
],
"executables": [
// {
// "label": "Nginx 1.9",
// "path": "C:\\web\\nginx\\nginx.exe"
// },
// {
// "label": "PHP FastCGI",
// "path": "C:\\web\\php\\active\\php-cgi.exe",
// "multiple": [
// {"args": "-b 127.0.0.1:9300", "label": "PHP FastCGI (9300)"},
// {"args": "-b 127.0.0.1:9301", "label": "PHP FastCGI (9301)"},
// {"args": "-b 127.0.0.1:9302", "label": "PHP FastCGI (9302)"},
// {"args": "-b 127.0.0.1:9303", "label": "PHP FastCGI (9303)"},
// {"args": "-b 127.0.0.1:9304", "label": "PHP FastCGI (9304)"},
// {"args": "-b 127.0.0.1:9305", "label": "PHP FastCGI (9305)"},
// {"args": "-b 127.0.0.1:9306", "label": "PHP FastCGI (9306)"},
// {"args": "-b 127.0.0.1:9307", "label": "PHP FastCGI (9307)"},
// {"args": "-b 127.0.0.1:9308", "label": "PHP FastCGI (9308)"},
// {"args": "-b 127.0.0.1:9309", "label": "PHP FastCGI (9309)"}
// ]
// },
// {
// "label": "PHP built-in server",
// "path": "C:\\web\\php\\active\\php.exe",
// "args": "-S 127.0.0.1:9990 -t C:\\projects"
// }
]
}