mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
add xdebug dynamic extension
This commit is contained in:
@@ -888,13 +888,16 @@
|
||||
]
|
||||
},
|
||||
"xdebug": {
|
||||
"type": "builtin",
|
||||
"type": "external",
|
||||
"support": {
|
||||
"Windows": "wip",
|
||||
"BSD": "no",
|
||||
"Darwin": "no",
|
||||
"Linux": "no"
|
||||
"Linux": "wip"
|
||||
},
|
||||
"lib-depends": [
|
||||
"xdebug"
|
||||
],
|
||||
"notes": true
|
||||
},
|
||||
"xhprof": {
|
||||
|
||||
@@ -738,6 +738,12 @@
|
||||
"libiconv"
|
||||
]
|
||||
},
|
||||
"xdebug": {
|
||||
"source": "xdebug",
|
||||
"static-libs-unix": [
|
||||
"xdebug.so"
|
||||
]
|
||||
},
|
||||
"xz": {
|
||||
"source": "xz",
|
||||
"static-libs-unix": [
|
||||
|
||||
@@ -895,6 +895,17 @@
|
||||
"path": "COPYING"
|
||||
}
|
||||
},
|
||||
"xdebug": {
|
||||
"type": "ghrel",
|
||||
"repo": "xdebug/xdebug",
|
||||
"match": "Source code",
|
||||
"prefer-stable": true,
|
||||
"provide-pre-built": false,
|
||||
"license": {
|
||||
"type": "file",
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"xhprof": {
|
||||
"type": "url",
|
||||
"url": "https://pecl.php.net/get/xhprof",
|
||||
|
||||
Reference in New Issue
Block a user