add extension rar

This commit is contained in:
crazywhalecc 2023-11-09 00:35:01 +08:00
parent 07f943af7e
commit 39e2779b79
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 15 additions and 0 deletions

View File

@ -277,6 +277,11 @@
"sqlite"
]
},
"rar": {
"type": "external",
"source": "rar",
"cpp-extension": true
},
"pgsql": {
"type": "builtin",
"arg-type": "with-prefix",

View File

@ -51,6 +51,16 @@
"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": {
"type": "git",
"url": "https://github.com/mario-deluna/php-glfw",