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

Commit

Permalink
Sync config files from main
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 29, 2024
1 parent 4f8fd3a commit cda0f98
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 31 deletions.
27 changes: 16 additions & 11 deletions docs/.vitepress/config/ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@
"type": "builtin"
},
"bz2": {
"support": {
"Windows": "wip"
},
"type": "builtin",
"arg-type": "with-prefix",
"arg-type-unix": "with-prefix",
"arg-type-windows": "with",
"lib-depends": [
"bzip2"
]
Expand Down Expand Up @@ -473,7 +471,6 @@
},
"pdo_sqlsrv": {
"support": {
"Windows": "wip",
"BSD": "wip"
},
"type": "external",
Expand Down Expand Up @@ -519,7 +516,6 @@
},
"rar": {
"support": {
"Windows": "wip",
"BSD": "wip",
"Darwin": "partial"
},
Expand Down Expand Up @@ -636,12 +632,11 @@
},
"sqlsrv": {
"support": {
"Windows": "wip",
"BSD": "wip"
},
"type": "external",
"source": "sqlsrv",
"lib-depends": [
"lib-depends-unix": [
"unixodbc"
],
"ext-depends-linux": [
Expand Down Expand Up @@ -925,12 +920,12 @@
},
"yaml": {
"support": {
"Windows": "wip",
"BSD": "wip"
},
"type": "external",
"source": "yaml",
"arg-type": "with-prefix",
"arg-type-unix": "with-prefix",
"arg-type-windows": "with",
"lib-depends": [
"libyaml"
]
Expand All @@ -943,8 +938,18 @@
"type": "builtin",
"arg-type": "with-prefix",
"arg-type-windows": "enable",
"lib-depends": [
"lib-depends-unix": [
"libzip"
],
"ext-depends-windows": [
"zlib",
"bz2"
],
"lib-depends-windows": [
"libzip",
"zlib",
"bzip2",
"xz"
]
},
"zlib": {
Expand Down
33 changes: 18 additions & 15 deletions docs/.vitepress/config/lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
"libbz2.a"
],
"static-libs-windows": [
[
"libbz2.lib",
"libbz2_a.lib"
]
"libbz2.lib",
"libbz2_a.lib"
],
"headers": [
"bzlib.h"
Expand Down Expand Up @@ -448,23 +446,30 @@
"libzip.a"
],
"static-libs-windows": [
[
"zip.lib",
"libzip_a.lib"
]
"zip.lib",
"libzip_a.lib"
],
"headers": [
"zip.h",
"zipconf.h"
],
"lib-depends": [
"lib-depends-unix": [
"zlib"
],
"lib-suggests": [
"lib-suggests-unix": [
"bzip2",
"xz",
"zstd",
"openssl"
],
"lib-depends-windows": [
"zlib",
"bzip2",
"xz"
],
"lib-suggests-windows": [
"zstd",
"openssl"
]
},
"ncurses": {
Expand Down Expand Up @@ -625,10 +630,8 @@
"liblzma.a"
],
"static-libs-windows": [
[
"liblzma.lib",
"liblzma_a.lib"
]
"liblzma.lib",
"liblzma_a.lib"
],
"headers-unix": [
"lzma"
Expand All @@ -637,7 +640,7 @@
"lzma",
"lzma.h"
],
"lib-depends": [
"lib-depends-unix": [
"libiconv"
]
},
Expand Down
10 changes: 5 additions & 5 deletions docs/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| amqp | yes | yes | | yes |
| apcu | yes | yes | yes | yes |
| bcmath | yes | yes | yes | yes |
| bz2 | yes | yes | yes | |
| bz2 | yes | yes | yes | yes |
| calendar | yes | yes | yes | yes |
| ctype | yes | yes | yes | yes |
| [curl](./extension-notes#curl) | yes | yes | yes | yes |
Expand Down Expand Up @@ -47,12 +47,12 @@
| pdo_mysql | yes | yes | yes | yes |
| pdo_pgsql | yes | yes | | |
| pdo_sqlite | yes | yes | | yes |
| pdo_sqlsrv | yes | yes | | |
| pdo_sqlsrv | yes | yes | | yes |
| [pgsql](./extension-notes#pgsql) | yes | yes | | |
| phar | yes | yes | yes | yes |
| posix | yes | yes | yes | no |
| protobuf | yes | yes | | |
| [rar](./extension-notes#rar) | yes | partial | | |
| [rar](./extension-notes#rar) | yes | partial | | yes |
| readline | yes | yes | | |
| redis | yes | yes | | |
| session | yes | yes | yes | yes |
Expand All @@ -64,7 +64,7 @@
| sockets | yes | yes | yes | yes |
| sodium | yes | yes | | |
| sqlite3 | yes | yes | | yes |
| sqlsrv | yes | yes | | |
| sqlsrv | yes | yes | | yes |
| ssh2 | yes | yes | | yes |
| [swoole](./extension-notes#swoole) | yes | yes | | no |
| [swoole-hook-mysql](./extension-notes#swoole-hook-mysql) | yes | yes | | no |
Expand All @@ -86,7 +86,7 @@
| xmlwriter | yes | yes | | yes |
| xsl | yes | yes | | |
| yac | yes | yes | | yes |
| yaml | yes | yes | | |
| yaml | yes | yes | | yes |
| zip | yes | yes | | |
| zlib | yes | yes | yes | yes |
| zstd | yes | yes | | |
Expand Down

0 comments on commit cda0f98

Please sign in to comment.