parent
12b5bfbe8c
commit
6a95436f32
|
@ -1302,18 +1302,6 @@ installPECLModule() {
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
redis)
|
redis)
|
||||||
if test $PHP_MAJMIN_VERSION -ge 800; then
|
|
||||||
installPECLModule_src="$(getPackageSource https://codeload.github.com/phpredis/phpredis/tar.gz/develop)"
|
|
||||||
cd -- "$installPECLModule_src"
|
|
||||||
installPECLModule_cmd='./configure'
|
|
||||||
php --ri igbinary >/dev/null 2>/dev/null && installPECLModule_cmd="$installPECLModule_cmd --enable-redis-igbinary"
|
|
||||||
phpize
|
|
||||||
$installPECLModule_cmd
|
|
||||||
make -j$(getProcessorCount)
|
|
||||||
make install
|
|
||||||
cd - >/dev/null
|
|
||||||
installPECLModule_manuallyInstalled=1
|
|
||||||
else
|
|
||||||
# Enable igbinary serializer support?
|
# Enable igbinary serializer support?
|
||||||
if php --ri igbinary >/dev/null 2>/dev/null; then
|
if php --ri igbinary >/dev/null 2>/dev/null; then
|
||||||
addConfigureOption 'enable-redis-igbinary' 'yes'
|
addConfigureOption 'enable-redis-igbinary' 'yes'
|
||||||
|
@ -1343,7 +1331,6 @@ installPECLModule() {
|
||||||
# Enable zstd compression support?
|
# Enable zstd compression support?
|
||||||
addConfigureOption 'enable-redis-zstd' 'yes'
|
addConfigureOption 'enable-redis-zstd' 'yes'
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
solr)
|
solr)
|
||||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||||
|
|
Loading…
Reference in New Issue