add qdbm for dba (#409)

* add qdbm for dba

* add windows support for dba-qdbm

* fix test scripts

* fix test scripts
This commit is contained in:
Jerry Ma
2024-04-12 15:53:38 +08:00
committed by GitHub
parent b4ed4ea956
commit e3c542d9df
11 changed files with 138 additions and 7 deletions

View File

@@ -43,7 +43,10 @@
},
"dba": {
"type": "builtin",
"arg-type-windows": "with"
"arg-type": "custom",
"lib-suggests": [
"qdbm"
]
},
"dom": {
"type": "builtin",

View File

@@ -525,6 +525,18 @@
"zstd"
]
},
"qdbm": {
"source": "qdbm",
"static-libs-unix": [
"libqdbm.a"
],
"static-libs-windows": [
"qdbm_a.lib"
],
"headers-windows": [
"depot.h"
]
},
"readline": {
"source": "readline",
"static-libs-unix": [

View File

@@ -551,6 +551,15 @@
"path": "LICENSE"
}
},
"qdbm": {
"type": "git",
"url": "https://github.com/static-php/qdbm.git",
"rev": "main",
"license": {
"type": "file",
"path": "COPYING"
}
},
"rar": {
"type": "git",
"url": "https://github.com/static-php/php-rar.git",