tags:

views:

23

answers:

1

hello,

am trying to install phpredis to work with my php. but the thing is, everytime i try to get it to work, my error_log sends this error.

[code]PHP Fatal error: Class 'Redis' not found in /var/www/html/testme.php on line 5[/code]

i have downloaded the source code from http://github.com/owlient/phpredis and then phpize ./configure make && make install but still not working.

what can i do now?

A: 

i got it to work.

i had to give the full path in php.ini, restarted httpd and viola it works :D

saadluul