Displaying 1 result from an estimated 1 matches for "phpiredis".
Did you mean:
hiredis
2019 Jul 18
0
Missing PHP Redis package in Software Collections ?
...gs worked perfectly.
Now I'm upgrading my server to PHP 7.2, and it looks like there's one
package missing in the Software collections. See for yourself:
$ yum search php | grep sclo | grep redis
sclo-php70-php-pecl-redis.x86_64 : ...
sclo-php70-php-pecl-redis4.x86_64 : ...
sclo-php70-php-phpiredis.x86_64 : ...
sclo-php71-php-pecl-redis.x86_64 : ...
sclo-php71-php-pecl-redis4.x86_64 : ...
sclo-php71-php-phpiredis.x86_64 : ...
sclo-php72-php-pecl-redis4.x86_64 : ...
sclo-php72-php-phpiredis.x86_64 : ...
As you can see, PHP 7.0 and PHP 7.1 both have three Redis-related
packages, whereas PHP 7....