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

@@ -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",