Fatal error: Class 'Redis' not found in Windows

2.7k Views Asked by At

This is my php.ini:

extension=php_igbinary.dll

extension=php_redis.dll

This is my phpinfo:

igbinary

redis

Whe I was run the code like this:

$redis = new \Redis();

echo $redis;exit();

The question is:

Fatal error: Class 'Redis' not found in D:\www\test.php on line 2
PHP Fatal error:  Class 'Redis' not found in D:\www\test.php on line 2

Who can tell me why And what should I do!

0

There are 0 best solutions below