Fedora 12 üzerinde phpredis

0 Cevap php

I am trying to install phpredis to work with my php. But the thing is, every time I try to get it to work, my error_log sends this error:

[Code] PHP Fatal error: 5 satırında [/ code] üzerinde / var / www / html / testme.php bulunamadı Sınıfı 'Redis'

I have downloaded the source code from http://github.com/owlient/phpredis and then

phpize
./configure
make && make install

ama hala çalışmıyor.

Ben şimdi ne yapabilirim?

0 Cevap