mac: Install necessary redis extensions

These are now needed when installing redis with all features enabled.
This commit is contained in:
Saibotk 2023-11-03 10:11:08 +01:00
parent 956c7c933d
commit 4a49035272
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -38,7 +38,7 @@ export CPPFLAGS="-I${HOMEBREW_PREFIX}/opt/openssl@3/include"
export PKG_CONFIG_PATH="${HOMEBREW_PREFIX}/opt/openssl@3/lib/pkgconfig"
# Install PHP extensions with PECL
yes | pecl install imagick redis
yes | pecl install imagick igbinary msgpack redis
# Symlink pcre2, so pecl can find it when installing / building (needed for swoole)
sudo mkdir -p /usr/local/include