We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac54591 commit a6313d1Copy full SHA for a6313d1
��.github/workflows/ci.yml
@@ -253,6 +253,7 @@ jobs:
253
phpize
254
./configure --enable-redis-lzf --enable-redis-zstd --enable-redis-igbinary --enable-redis-msgpack --enable-redis-lz4 --with-liblz4
255
sudo make install
256
+ sudo mkdir -p "$(php-config --ini-dir)"
257
echo 'extension = redis.so' | sudo tee -a "$(php-config --ini-dir)/90-redis.ini"
258
259
windows:
0 commit comments