Disable pspell on 7.0, 7.1 and 7.2 due to segfaults

This commit is contained in:
cytopia
2018-12-26 11:48:44 +01:00
parent 651ef659b6
commit 0aa767e8c9
5 changed files with 4 additions and 30 deletions

View File

@@ -1258,6 +1258,7 @@ extensions_available:
all:
type: builtin
pspell:
disabled: [7.0, 7.1, 7.2] # TODO: currently segfaults (https://bugs.php.net/bug.php?id=77099)
all:
type: builtin
build_dep: [libpspell-dev]