Update PHP modules

This commit is contained in:
cytopia
2020-11-29 09:19:43 +01:00
parent 62c65d19e7
commit dc98c5cefe
8 changed files with 60 additions and 9 deletions

View File

@@ -413,7 +413,7 @@ extensions_available:
build_dep: [libicu-dev]
run_dep: [libicu63]
ioncube:
disabled: [7.4, 8.0, 8.1]
disabled: [8.0, 8.1]
all:
type: custom
command: |
@@ -938,7 +938,7 @@ extensions_available:
spl:
already_avail: "{{ php_all_versions }}"
sqlsrv:
disabled: [5.2, 5.3, 5.4, 5.5, 5.6, 7.4, 8.0, 8.1]
disabled: [5.2, 5.3, 5.4, 5.5, 5.6, 8.0, 8.1]
7.0:
type: pecl
version: 5.3.0
@@ -1152,14 +1152,19 @@ extensions_available:
version: 2.4.1
7.0:
type: pecl
version: 2.9.0
version: 2.9.8
7.1:
type: pecl
version: 2.9.8
8.0:
type: git
git_url: https://github.com/xdebug/xdebug
git_url: ttps://github.com/xdebug/xdebug
git_ref: $(git for-each-ref --format='%(refname)' refs/tags | grep -E 'tags/[.0-9]+$' | sed 's|.*tags/||g' | sort -V | tail -1)
configure: --enable-xdebug
8.1:
type: git
git_url: https://github.com/xdebug/xdebug
git_ref: $(git for-each-ref --format='%(refname)' refs/tags | grep -E 'tags/[.0-9]+$' | sed 's|.*tags/||g' | sort -V | tail -1)
configure: --enable-xdebug
all:
type: pecl