Add extension simdjson support (#402)

* add extension simdjson support

* add extension simdjson tests

* fix windows build for simdjson
This commit is contained in:
Jerry Ma
2024-04-02 16:57:59 +08:00
committed by GitHub
parent 9fd56987ef
commit c77dc1af6c
4 changed files with 51 additions and 2 deletions

View File

@@ -100,6 +100,16 @@
"path": "LICENSE"
}
},
"ext-simdjson": {
"type": "url",
"url": "https://pecl.php.net/get/simdjson",
"path": "php-src/ext/simdjson",
"filename": "simdjson.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ext-snappy": {
"type": "git",
"path": "php-src/ext/snappy",