We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851b06e commit 0b600a8Copy full SHA for 0b600a8
README.md
@@ -17,35 +17,35 @@ A library that allows us to write PHP extensions using pure Rust and using safe
17
18
**os**
19
20
--[x] linux
21
--[ ] macos
22
--[ ] windows
+- [x] linux
+- [ ] macos
+- [ ] windows
23
24
**php**
25
26
*version*
27
28
--[x] 7.0
29
--[x] 7.1
30
--[x] 7.2
31
--[x] 7.3
32
--[x] 7.4
33
--[x] 8.0
+- [x] 7.0
+- [x] 7.1
+- [x] 7.2
+- [x] 7.3
+- [x] 7.4
+- [x] 8.0
34
35
*mode*
36
37
--[x] nts
38
--[ ] zts
+- [x] nts
+- [ ] zts
39
40
*sapi*
41
42
--[x] cli
43
--[ ] fpm
+- [x] cli
+- [ ] fpm
44
45
*debug*
46
47
--[x] disable
48
--[ ] enable
+- [x] disable
+- [ ] enable
49
50
## Usage
51
0 commit comments