mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-22 00:09:39 +08:00
fix: fix issue with php 7.2 install redis failed (#3973)
This commit is contained in:
parent
9fbcd47981
commit
5dc2000b67
@ -216,7 +216,7 @@ install_extension() {
|
||||
elif [ "$extension" = "apcu" ]; then
|
||||
pecl_install apcu
|
||||
elif [ "$extension" = "redis" ]; then
|
||||
pecl_install redis
|
||||
install_php_extensions redis
|
||||
elif [ "$extension" = "xdebug" ]; then
|
||||
install_php_extensions xdebug
|
||||
elif [ "$extension" = "imap" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user