From 5dc2000b674accd70734f61019caa9f8af4cfe8d Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 22 May 2025 15:40:30 +0800 Subject: [PATCH] fix: fix issue with php 7.2 install redis failed (#3973) --- php/7/build/data/install-ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/7/build/data/install-ext b/php/7/build/data/install-ext index 128b3eaa6..bcf0886c7 100644 --- a/php/7/build/data/install-ext +++ b/php/7/build/data/install-ext @@ -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