Add PHP yaml module

This commit is contained in:
cytopia
2020-01-14 12:49:08 +01:00
parent 2ae551e5a5
commit d977d941ac
12 changed files with 169 additions and 9 deletions

View File

@@ -108,6 +108,7 @@ extensions_enabled:
- xmlrpc
- xmlwriter
- xsl
- yaml
- zip
@@ -1043,6 +1044,24 @@ extensions_available:
type: builtin
build_dep: [libxslt-dev]
run_dep: [libxslt1.1]
yaml:
disabled: [5.2, 8.0]
5.3:
type: pecl
version: 1.3.2
5.4:
type: pecl
version: 1.3.2
5.5:
type: pecl
version: 1.3.2
5.6:
type: pecl
version: 1.3.2
all:
type: pecl
build_dep: [libyaml-dev]
run_dep: [libyaml-0-2]
zip:
5.2:
type: builtin