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 9df8c5f commit b6cd122Copy full SHA for b6cd122
README.md
@@ -4,17 +4,20 @@
4
5
---
6
7
-PHP version: 8.1.3
+Enabled extensions
8
+---
9
+
10
+| Extension | PHP 8.1 | PHP 8.2 | PHP 8.3 | PHP 8.4 |
11
+|-----------|---------|---------|---------|---------|
12
+| opcache | ✅ | ✅ | ✅ | ✅ |
13
+| zip | ✅ | ✅ | ✅ | ✅ |
14
+| xsl | ✅ | ✅ | ✅ | ✅ |
15
+| dom | ✅ | ✅ | ✅ | ✅ |
16
+| exif | ✅ | ✅ | ✅ | ✅ |
17
+| intl | ✅ | ✅ | ✅ | ✅ |
18
+| pcntl | ✅ | ✅ | ✅ | ✅ |
19
+| bcmath | ✅ | ✅ | ✅ | ✅ |
20
+| sockets | ✅ | ✅ | ✅ | ✅ |
21
+| protobuf | ✅ | ✅ | ✅ | ✅ |
22
+| grpc | ✅ | ✅ | ✅ | ✅ |
23
-Enabled extensions:
-- opcache
-- zip
-- xsl
-- dom
-- exif
-- intl
-- pcntl
-- bcmath
-- sockets
-- protobuf
-- grpc
0 commit comments