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

Commit cda0f98

Browse files
committedJun 29, 2024·
Sync config files from main
1 parent 4f8fd3a commit cda0f98

File tree

3 files changed

+39
-31
lines changed

3 files changed

+39
-31
lines changed
 

‎docs/.vitepress/config/ext.json

+16-11
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@
2121
"type": "builtin"
2222
},
2323
"bz2": {
24-
"support": {
25-
"Windows": "wip"
26-
},
2724
"type": "builtin",
28-
"arg-type": "with-prefix",
25+
"arg-type-unix": "with-prefix",
26+
"arg-type-windows": "with",
2927
"lib-depends": [
3028
"bzip2"
3129
]
@@ -473,7 +471,6 @@
473471
},
474472
"pdo_sqlsrv": {
475473
"support": {
476-
"Windows": "wip",
477474
"BSD": "wip"
478475
},
479476
"type": "external",
@@ -519,7 +516,6 @@
519516
},
520517
"rar": {
521518
"support": {
522-
"Windows": "wip",
523519
"BSD": "wip",
524520
"Darwin": "partial"
525521
},
@@ -636,12 +632,11 @@
636632
},
637633
"sqlsrv": {
638634
"support": {
639-
"Windows": "wip",
640635
"BSD": "wip"
641636
},
642637
"type": "external",
643638
"source": "sqlsrv",
644-
"lib-depends": [
639+
"lib-depends-unix": [
645640
"unixodbc"
646641
],
647642
"ext-depends-linux": [
@@ -925,12 +920,12 @@
925920
},
926921
"yaml": {
927922
"support": {
928-
"Windows": "wip",
929923
"BSD": "wip"
930924
},
931925
"type": "external",
932926
"source": "yaml",
933-
"arg-type": "with-prefix",
927+
"arg-type-unix": "with-prefix",
928+
"arg-type-windows": "with",
934929
"lib-depends": [
935930
"libyaml"
936931
]
@@ -943,8 +938,18 @@
943938
"type": "builtin",
944939
"arg-type": "with-prefix",
945940
"arg-type-windows": "enable",
946-
"lib-depends": [
941+
"lib-depends-unix": [
947942
"libzip"
943+
],
944+
"ext-depends-windows": [
945+
"zlib",
946+
"bz2"
947+
],
948+
"lib-depends-windows": [
949+
"libzip",
950+
"zlib",
951+
"bzip2",
952+
"xz"
948953
]
949954
},
950955
"zlib": {

‎docs/.vitepress/config/lib.json

+18-15
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
"libbz2.a"
2222
],
2323
"static-libs-windows": [
24-
[
25-
"libbz2.lib",
26-
"libbz2_a.lib"
27-
]
24+
"libbz2.lib",
25+
"libbz2_a.lib"
2826
],
2927
"headers": [
3028
"bzlib.h"
@@ -448,23 +446,30 @@
448446
"libzip.a"
449447
],
450448
"static-libs-windows": [
451-
[
452-
"zip.lib",
453-
"libzip_a.lib"
454-
]
449+
"zip.lib",
450+
"libzip_a.lib"
455451
],
456452
"headers": [
457453
"zip.h",
458454
"zipconf.h"
459455
],
460-
"lib-depends": [
456+
"lib-depends-unix": [
461457
"zlib"
462458
],
463-
"lib-suggests": [
459+
"lib-suggests-unix": [
464460
"bzip2",
465461
"xz",
466462
"zstd",
467463
"openssl"
464+
],
465+
"lib-depends-windows": [
466+
"zlib",
467+
"bzip2",
468+
"xz"
469+
],
470+
"lib-suggests-windows": [
471+
"zstd",
472+
"openssl"
468473
]
469474
},
470475
"ncurses": {
@@ -625,10 +630,8 @@
625630
"liblzma.a"
626631
],
627632
"static-libs-windows": [
628-
[
629-
"liblzma.lib",
630-
"liblzma_a.lib"
631-
]
633+
"liblzma.lib",
634+
"liblzma_a.lib"
632635
],
633636
"headers-unix": [
634637
"lzma"
@@ -637,7 +640,7 @@
637640
"lzma",
638641
"lzma.h"
639642
],
640-
"lib-depends": [
643+
"lib-depends-unix": [
641644
"libiconv"
642645
]
643646
},

‎docs/extensions.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| amqp | yes | yes | | yes |
44
| apcu | yes | yes | yes | yes |
55
| bcmath | yes | yes | yes | yes |
6-
| bz2 | yes | yes | yes | |
6+
| bz2 | yes | yes | yes | yes |
77
| calendar | yes | yes | yes | yes |
88
| ctype | yes | yes | yes | yes |
99
| [curl](./extension-notes#curl) | yes | yes | yes | yes |
@@ -47,12 +47,12 @@
4747
| pdo_mysql | yes | yes | yes | yes |
4848
| pdo_pgsql | yes | yes | | |
4949
| pdo_sqlite | yes | yes | | yes |
50-
| pdo_sqlsrv | yes | yes | | |
50+
| pdo_sqlsrv | yes | yes | | yes |
5151
| [pgsql](./extension-notes#pgsql) | yes | yes | | |
5252
| phar | yes | yes | yes | yes |
5353
| posix | yes | yes | yes | no |
5454
| protobuf | yes | yes | | |
55-
| [rar](./extension-notes#rar) | yes | partial | | |
55+
| [rar](./extension-notes#rar) | yes | partial | | yes |
5656
| readline | yes | yes | | |
5757
| redis | yes | yes | | |
5858
| session | yes | yes | yes | yes |
@@ -64,7 +64,7 @@
6464
| sockets | yes | yes | yes | yes |
6565
| sodium | yes | yes | | |
6666
| sqlite3 | yes | yes | | yes |
67-
| sqlsrv | yes | yes | | |
67+
| sqlsrv | yes | yes | | yes |
6868
| ssh2 | yes | yes | | yes |
6969
| [swoole](./extension-notes#swoole) | yes | yes | | no |
7070
| [swoole-hook-mysql](./extension-notes#swoole-hook-mysql) | yes | yes | | no |
@@ -86,7 +86,7 @@
8686
| xmlwriter | yes | yes | | yes |
8787
| xsl | yes | yes | | |
8888
| yac | yes | yes | | yes |
89-
| yaml | yes | yes | | |
89+
| yaml | yes | yes | | yes |
9090
| zip | yes | yes | | |
9191
| zlib | yes | yes | yes | yes |
9292
| zstd | yes | yes | | |

0 commit comments

Comments
 (0)
This repository has been archived.