Closed
Description
I have been checking all issues related to this exception message, but I can't find a solution or root cause.
As soon as I run this:
$redis = new Redis();
$redis->connect('127.0.0.1', 6379);
It throws the error. I have changed the hardcoded int no_throw to 1 in the connect. That solved the problem.
I'm able to write and read from redis, so there must be something else. My patch is not a real fix for the moment.
My environment is:
VMware with ubuntu running over a winXP.
I'm using apache2 + php 5.3.5 + Zend Engine v2.3.0
Metadata
Metadata
Assignees
Labels
No labels