-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (26 loc) · 843 Bytes
/
config.json
File metadata and controls
27 lines (26 loc) · 843 Bytes
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
{
"namespace": "linuxsystem",
"name": "linux-system",
"description": "PHP-Controllable Linux System Extension",
"author": "Project Saturn Studios, LLC",
"version": "0.6.3",
"warnings": {
"unused-variable": true,
"unused-variable-external": true,
"possible-wrong-parameter": true,
"possible-wrong-parameter-undefined": true,
"nonexistent-function": true,
"nonexistent-class": true
},
"optimizations": {
"static-type-inference": true,
"static-type-inference-second-pass": true,
"local-context-pass": true,
"constant-folding": true,
"static-constant-class-folding": true,
"call-gatherer-pass": true,
"check-invalid-reads": true,
"growth-cache-object": true,
"growth-cache-array": true
}
}