mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
Add ext-xdebug
This commit is contained in:
14
config/pkg/ext/ext-xdebug.yml
Normal file
14
config/pkg/ext/ext-xdebug.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
ext-xdebug:
|
||||||
|
type: php-extension
|
||||||
|
artifact:
|
||||||
|
source:
|
||||||
|
type: pie
|
||||||
|
repo: xdebug/xdebug
|
||||||
|
metadata:
|
||||||
|
license-files: [LICENSE]
|
||||||
|
license: Xdebug-1.03
|
||||||
|
php-extension:
|
||||||
|
zend-extension: true
|
||||||
|
build-static: false
|
||||||
|
build-shared: true
|
||||||
|
build-with-php: false
|
||||||
Reference in New Issue
Block a user