PHP centos stream 9 Class 'Redis' not found

Author: Anonymous Publish Time : 2024.10.05 12:45:17 Updated Time : 2024.10.05 12:45:17
git clone https://github.com/phpredis/phpredis.git 1033 cd phpredis 1034 phpize 1035 ./configure [--enable-redis-igbinary] [--enable-redis-msgpack] [--enable-redis-lzf [--with-liblzf[=DIR]]] [--enable-redis-zstd] [--enable-redis-lz4] 1036 make && make install 1037 ls 1038 ls -la /usr/lib64/php 1039 ls -la /usr/lib64/php/modules/ 1040 systemctl restart redis 1041 systemctl restart httpd 1042 systemctl restart mysqld 1043 systemctl restart php-fpm
Comment
Login To Comment

No Comments