mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
add extension rar
This commit is contained in:
parent
9c904409cd
commit
b3d41ef969
@ -278,6 +278,11 @@
|
|||||||
"sqlite"
|
"sqlite"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"rar": {
|
||||||
|
"type": "external",
|
||||||
|
"source": "rar",
|
||||||
|
"cpp-extension": true
|
||||||
|
},
|
||||||
"pgsql": {
|
"pgsql": {
|
||||||
"type": "builtin",
|
"type": "builtin",
|
||||||
"arg-type": "with-prefix",
|
"arg-type": "with-prefix",
|
||||||
|
|||||||
@ -51,6 +51,16 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"rar": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/static-php/php-rar.git",
|
||||||
|
"path": "php-src/ext/rar",
|
||||||
|
"rev": "issue-php82",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ext-glfw": {
|
"ext-glfw": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mario-deluna/php-glfw",
|
"url": "https://github.com/mario-deluna/php-glfw",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user