1
0
Fork 0

fix: fix issue with install redis failed (#3421)

This commit is contained in:
zhengkunwang 2025-03-12 16:59:01 +08:00 committed by GitHub
parent 09dbe720dc
commit 9e6804a21f
2 changed files with 548 additions and 136 deletions

File diff suppressed because it is too large Load Diff

View File

@ -134,6 +134,10 @@ if [[ -z "${EXTENSIONS##*,oci8,*}" ]]; then
install-php-extensions oci8
fi
if [[ -z "${EXTENSIONS##*,redis,*}" ]]; then
echo "---------- Install redis ----------"
install-php-extensions redis
fi
# end
@ -564,11 +568,6 @@ if [[ -z "${EXTENSIONS##*,amqp,*}" ]]; then
fi
if [[ -z "${EXTENSIONS##*,redis,*}" ]]; then
echo "---------- Install redis ----------"
installExtensionFromTgz redis-6.0.2
fi
if [[ -z "${EXTENSIONS##*,apcu,*}" ]]; then
echo "---------- Install apcu ----------"
pecl install apcu