add extension xhprof

This commit is contained in:
crazywhalecc
2023-12-24 15:27:17 +08:00
committed by Jerry Ma
parent db7532cad3
commit cbfbec41b4
3 changed files with 50 additions and 0 deletions

View File

@@ -479,6 +479,13 @@
"libuv"
]
},
"xhprof": {
"type": "external",
"source": "xhprof",
"ext-depends": [
"ctype"
]
},
"xlswriter": {
"type": "external",
"source": "xlswriter",

View File

@@ -532,6 +532,16 @@
"path": "COPYING"
}
},
"xhprof": {
"type": "url",
"url": "https://pecl.php.net/get/xhprof",
"path": "php-src/ext/xhprof-src",
"filename": "xhprof.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"xlswriter": {
"type": "url",
"url": "https://pecl.php.net/get/xlswriter",