1
0
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:
CityFun 2025-05-22 15:40:30 +08:00 committed by GitHub
parent 9fbcd47981
commit 5dc2000b67

View File

@ -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