add xdebug dynamic extension

This commit is contained in:
DubbleClick
2025-03-23 15:35:25 +07:00
parent e850df505c
commit 1791b443bc
9 changed files with 112 additions and 5 deletions

View File

@@ -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": {

View File

@@ -738,6 +738,12 @@
"libiconv"
]
},
"xdebug": {
"source": "xdebug",
"static-libs-unix": [
"xdebug.so"
]
},
"xz": {
"source": "xz",
"static-libs-unix": [

View File

@@ -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",