Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 2909ed9

Browse files
committed
Sync config files from main
1 parent f38d50f commit 2909ed9

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/.vitepress/config/ext.json

+5
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,11 @@
382382
"shmop": {
383383
"type": "builtin"
384384
},
385+
"simdjson": {
386+
"type": "external",
387+
"source": "ext-simdjson",
388+
"cpp-extension": true
389+
},
385390
"simplexml": {
386391
"type": "builtin",
387392
"arg-type": "custom",

docs/.vitepress/config/source.json

+10
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,16 @@
100100
"path": "LICENSE"
101101
}
102102
},
103+
"ext-simdjson": {
104+
"type": "url",
105+
"url": "https://pecl.php.net/get/simdjson",
106+
"path": "php-src/ext/simdjson",
107+
"filename": "simdjson.tgz",
108+
"license": {
109+
"type": "file",
110+
"path": "LICENSE"
111+
}
112+
},
103113
"ext-snappy": {
104114
"type": "git",
105115
"path": "php-src/ext/snappy",

0 commit comments

Comments
 (0)