Add ext yac (#407)

* add ext yac

* enable yac for windows

* enable yac test for windows

* correct
This commit is contained in:
Jerry Ma
2024-04-12 01:43:27 +08:00
committed by GitHub
parent 99aadd3e73
commit b4ed4ea956
4 changed files with 46 additions and 2 deletions

View File

@@ -623,6 +623,14 @@
"dom"
]
},
"yac": {
"type": "external",
"source": "yac",
"arg-type-unix": "custom",
"ext-depends-unix": [
"igbinary"
]
},
"yaml": {
"type": "external",
"source": "yaml",

View File

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