Disabled mcrypt for PHP 8.1 as not yet supported

This commit is contained in:
cytopia
2022-01-23 13:41:57 +01:00
parent b0d72726bf
commit 5a5bcb1644
3 changed files with 4 additions and 17 deletions

View File

@@ -467,7 +467,9 @@ extensions_available:
all:
type: builtin
mcrypt:
disabled: []
# mcrypt 1.0.4 requires PHP 8.1.0 or older
# version >= 7.2.0, version <= 8.1.0, excluded versions: 8.1.0
disabled: [8.1]
5.2:
type: builtin
5.3: