add extension rar

This commit is contained in:
crazywhalecc 2023-11-09 00:35:01 +08:00 committed by Jerry Ma
parent 9c904409cd
commit b3d41ef969
2 changed files with 15 additions and 0 deletions

View File

@ -278,6 +278,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",