Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit d7049fb

Browse files
committed
fix extension list
1 parent 046686f commit d7049fb

File tree

1 file changed

+93
-90
lines changed

1 file changed

+93
-90
lines changed

docs/extensions.md

+93-90
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,93 @@
1-
| | Linux | macOS | FreeBSD | Windows |
2-
|------------------------------------------------------------|---------|---------|---------|---------|
3-
| apcu | yes | yes | yes | yes |
4-
| bcmath | yes | yes | yes | yes |
5-
| bz2 | yes | yes | yes | |
6-
| calendar | yes | yes | yes | yes |
7-
| ctype | yes | yes | yes | yes |
8-
| [curl](./extension-notes#curl) | yes | yes | yes | yes |
9-
| dba | yes | yes | yes | yes |
10-
| dom | yes | yes | | yes |
11-
| ds | yes | yes | yes | yes |
12-
| enchant | | | | |
13-
| [event](./extension-notes#event) | yes | yes | | |
14-
| exif | yes | yes | yes | yes |
15-
| [ffi](./extension-notes#ffi) | no | yes | | yes |
16-
| filter | yes | yes | yes | yes |
17-
| fileinfo | yes | yes | yes | yes |
18-
| ftp | yes | yes | yes | yes |
19-
| [gd](./extension-notes#gd) | yes | yes | | |
20-
| gettext | yes | yes | | |
21-
| [glfw](./extension-notes#glfw) | no | yes | no | |
22-
| gmp | yes | yes | | |
23-
| iconv | yes | yes | | yes |
24-
| igbinary | yes | yes | | |
25-
| imagick | yes | yes | | |
26-
| [imap](./extension-notes#imap) | yes | yes | | |
27-
| inotify | yes | no | | |
28-
| intl | yes | yes | | |
29-
| ldap | yes | yes | | |
30-
| mbstring | yes | yes | yes | yes |
31-
| mbregex | yes | yes | yes | yes |
32-
| [mcrypt](./extension-notes#mcrypt) | no | no | no | |
33-
| memcache | yes | yes | | |
34-
| memcached | no | yes | | |
35-
| [mongodb](./extension-notes#mongodb) | yes | no | | |
36-
| mysqli | yes | yes | yes | yes |
37-
| mysqlnd | yes | yes | yes | yes |
38-
| [oci8](./extension-notes#oci8) | no | no | no | |
39-
| opcache | yes | yes | yes | yes |
40-
| [openssl](./extension-notes#openssl) | yes | yes | yes | yes |
41-
| [parallel](./extension-notes#parallel) | yes | yes | | yes |
42-
| [password-argon2](./extension-notes#password-argon2) | yes | yes | | |
43-
| pcntl | yes | yes | yes | no |
44-
| pdo | yes | yes | yes | yes |
45-
| pdo_mysql | yes | yes | yes | yes |
46-
| pdo_sqlite | yes | yes | | yes |
47-
| pdo_pgsql | yes | yes | | |
48-
| [pgsql](./extension-notes#pgsql) | partial | partial | | |
49-
| phar | yes | yes | yes | yes |
50-
| posix | yes | yes | yes | no |
51-
| protobuf | yes | yes | | |
52-
| pspell | | | | |
53-
| [rar](./extension-notes#rar) | yes | partial | | |
54-
| rdkafka | | | | |
55-
| readline | yes | yes | | |
56-
| redis | yes | yes | | |
57-
| session | yes | yes | yes | yes |
58-
| shmop | yes | yes | yes | yes |
59-
| simdjson | yes | yes | yes | yes |
60-
| simplexml | yes | yes | | yes |
61-
| snappy | yes | yes | | |
62-
| soap | yes | yes | | yes |
63-
| sockets | yes | yes | yes | yes |
64-
| sodium | yes | yes | | |
65-
| sqlite3 | yes | yes | | yes |
66-
| sqlsrv | yes | yes | | |
67-
| ssh2 | yes | yes | | yes |
68-
| [swow](./extension-notes#swow) | yes | yes | | |
69-
| [swoole](./extension-notes#swoole) | yes | yes | | no |
70-
| [swoole-hook-pgsql](./extension-notes#swoole-hook-pgsql) | yes | partial | | no |
71-
| [swoole-hook-mysql](./extension-notes#swoole-hook-mysql) | yes | yes | | no |
72-
| [swoole-hook-sqlite](./extension-notes#swoole-hook-sqlite) | yes | yes | | no |
73-
| sysvmsg | yes | yes | | no |
74-
| sysvsem | yes | yes | | no |
75-
| sysvshm | yes | yes | | yes |
76-
| tidy | yes | yes | | |
77-
| tokenizer | yes | yes | yes | yes |
78-
| uv | yes | yes | | |
79-
| [xdebug](./extension-notes#xdebug) | no | no | no | |
80-
| [xhprof](./extension-notes#xhprof) | yes | yes | | |
81-
| xlswriter | yes | yes | | |
82-
| [xml](./extension-notes#xml) | yes | yes | | yes |
83-
| xmlreader | yes | yes | | yes |
84-
| xmlwriter | yes | yes | | yes |
85-
| xsl | yes | yes | | |
86-
| yac | yes | yes | | yes |
87-
| yaml | yes | yes | | |
88-
| zip | yes | yes | | |
89-
| zlib | yes | yes | yes | yes |
90-
| zstd | yes | yes | | |
1+
| | Linux | macOS | FreeBSD | Windows |
2+
|------------------------------------------------------------|-------|---------|---------|---------|
3+
| amqp | yes | yes | | yes |
4+
| apcu | yes | yes | yes | yes |
5+
| bcmath | yes | yes | yes | yes |
6+
| bz2 | yes | yes | yes | |
7+
| calendar | yes | yes | yes | yes |
8+
| ctype | yes | yes | yes | yes |
9+
| [curl](./extension-notes#curl) | yes | yes | yes | yes |
10+
| dba | yes | yes | yes | yes |
11+
| dom | yes | yes | | yes |
12+
| ds | yes | yes | yes | yes |
13+
| enchant | | | | |
14+
| [event](./extension-notes#event) | yes | yes | | |
15+
| exif | yes | yes | yes | yes |
16+
| [ffi](./extension-notes#ffi) | no | yes | | yes |
17+
| filter | yes | yes | yes | yes |
18+
| fileinfo | yes | yes | yes | yes |
19+
| ftp | yes | yes | yes | yes |
20+
| [gd](./extension-notes#gd) | yes | yes | | |
21+
| gettext | yes | yes | | |
22+
| [glfw](./extension-notes#glfw) | no | yes | no | |
23+
| gmp | yes | yes | | |
24+
| iconv | yes | yes | | yes |
25+
| igbinary | yes | yes | | |
26+
| imagick | yes | yes | | |
27+
| [imap](./extension-notes#imap) | yes | yes | | |
28+
| inotify | yes | no | | |
29+
| intl | yes | yes | | |
30+
| ldap | yes | yes | | |
31+
| mbstring | yes | yes | yes | yes |
32+
| mbregex | yes | yes | yes | yes |
33+
| [mcrypt](./extension-notes#mcrypt) | no | no | no | |
34+
| memcache | yes | yes | | |
35+
| memcached | no | yes | | |
36+
| [mongodb](./extension-notes#mongodb) | yes | no | | |
37+
| mysqli | yes | yes | yes | yes |
38+
| mysqlnd | yes | yes | yes | yes |
39+
| [oci8](./extension-notes#oci8) | no | no | no | |
40+
| opcache | yes | yes | yes | yes |
41+
| [openssl](./extension-notes#openssl) | yes | yes | yes | yes |
42+
| [parallel](./extension-notes#parallel) | yes | yes | | yes |
43+
| [password-argon2](./extension-notes#password-argon2) | yes | yes | | |
44+
| pcntl | yes | yes | yes | no |
45+
| pdo | yes | yes | yes | yes |
46+
| pdo_mysql | yes | yes | yes | yes |
47+
| pdo_sqlite | yes | yes | | yes |
48+
| pdo_sqlsrv | yes | yes | | |
49+
| pdo_pgsql | yes | yes | | |
50+
| [pgsql](./extension-notes#pgsql) | yes | yes | | |
51+
| phar | yes | yes | yes | yes |
52+
| posix | yes | yes | yes | no |
53+
| protobuf | yes | yes | | |
54+
| pspell | | | | |
55+
| [rar](./extension-notes#rar) | yes | partial | | |
56+
| rdkafka | | | | |
57+
| readline | yes | yes | | |
58+
| redis | yes | yes | | |
59+
| session | yes | yes | yes | yes |
60+
| shmop | yes | yes | yes | yes |
61+
| simdjson | yes | yes | yes | yes |
62+
| simplexml | yes | yes | | yes |
63+
| snappy | yes | yes | | |
64+
| soap | yes | yes | | yes |
65+
| sockets | yes | yes | yes | yes |
66+
| sodium | yes | yes | | |
67+
| sqlite3 | yes | yes | | yes |
68+
| sqlsrv | yes | yes | | |
69+
| ssh2 | yes | yes | | yes |
70+
| [swow](./extension-notes#swow) | yes | yes | | |
71+
| [swoole](./extension-notes#swoole) | yes | yes | | no |
72+
| [swoole-hook-pgsql](./extension-notes#swoole-hook-pgsql) | yes | partial | | no |
73+
| [swoole-hook-mysql](./extension-notes#swoole-hook-mysql) | yes | yes | | no |
74+
| [swoole-hook-sqlite](./extension-notes#swoole-hook-sqlite) | yes | yes | | no |
75+
| sysvmsg | yes | yes | | no |
76+
| sysvsem | yes | yes | | no |
77+
| sysvshm | yes | yes | | yes |
78+
| tidy | yes | yes | | |
79+
| tokenizer | yes | yes | yes | yes |
80+
| uuid | yes | yes | | |
81+
| uv | yes | yes | | |
82+
| [xdebug](./extension-notes#xdebug) | no | no | no | |
83+
| [xhprof](./extension-notes#xhprof) | yes | yes | | |
84+
| xlswriter | yes | yes | | |
85+
| [xml](./extension-notes#xml) | yes | yes | | yes |
86+
| xmlreader | yes | yes | | yes |
87+
| xmlwriter | yes | yes | | yes |
88+
| xsl | yes | yes | | |
89+
| yac | yes | yes | | yes |
90+
| yaml | yes | yes | | |
91+
| zip | yes | yes | | |
92+
| zlib | yes | yes | yes | yes |
93+
| zstd | yes | yes | | |

0 commit comments

Comments
 (0)