mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Add compatibility memcached with msgpack
Test: msgpack+memcached
This commit is contained in:
parent
8aa224a7b8
commit
51df372d19
1 changed files with 5 additions and 1 deletions
|
@ -1304,7 +1304,11 @@ installPECLModule() {
|
|||
case "$2" in
|
||||
http)
|
||||
# http must be loaded after raphf and propro
|
||||
docker-php-ext-enable --ini-name "zzz-$2.ini" "$2"
|
||||
docker-php-ext-enable --ini-name "xx-php-ext-$2.ini" "$2"
|
||||
;;
|
||||
memcached)
|
||||
# memcached must be loaded after msgpack
|
||||
docker-php-ext-enable --ini-name "xx-php-ext-$2.ini" "$2"
|
||||
;;
|
||||
*)
|
||||
docker-php-ext-enable "$2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue