Add spx extension support (#501)

This commit is contained in:
Jerry Ma
2024-07-06 21:56:42 +08:00
committed by GitHub
parent 29cd50206c
commit 522d8b4890
7 changed files with 1041 additions and 976 deletions

View File

@@ -640,6 +640,16 @@
"path": "COPYING"
}
},
"spx": {
"type": "git",
"rev": "master",
"url": "https://github.com/static-php/php-spx.git",
"path": "php-src/ext/spx",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"sqlite": {
"type": "url",
"url": "https://www.sqlite.org/2023/sqlite-autoconf-3430200.tar.gz",