add pcov extension (shared only, like xdebug)

This commit is contained in:
henderkes
2025-11-29 12:43:19 +01:00
parent d55278714f
commit e6591ffe9c
3 changed files with 26 additions and 10 deletions

View File

@@ -567,6 +567,13 @@
"type": "builtin",
"unix-only": true
},
"pcov": {
"type": "external",
"source": "pcov",
"target": [
"shared"
]
},
"pdo": {
"type": "builtin"
},

View File

@@ -963,6 +963,15 @@
"path": "LICENSE"
}
},
"pcov": {
"type": "url",
"url": "https://pecl.php.net/get/pcov",
"filename": "pcov.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"pdo_sqlsrv": {
"type": "url",
"url": "https://pecl.php.net/get/pdo_sqlsrv",