mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-09 17:41:14 +00:00
Disabled mcrypt for PHP 8.1 as not yet supported
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user