我正在尝试安装phpredis来使用我的PHP.但问题是,每次我尝试让它工作时,我的error_log都会发送此错误:
[code] PHP致命错误:第5行的/var/www/html/testme.php中找不到"Redis"类[/ code]
我从http://github.com/owlient/phpredis下载了源代码 然后
phpize ./configure make && make install
但仍然没有工作.
我现在能做什么?
特别是,创建了一个redis.ini:
$ cat /etc/php5/apache2/conf.d/redis.ini ;configure the redis module extension=redis.so
我提交了一个github问题,希望他们能自动创建ini,或至少在安装说明中解释:https: //github.com/owlient/phpredis/issues/94