18 07 2012
I downloaded the memcache pecl extension today and after opening the included monitoring script I got this error:
1 |
Cant connect to:v:a |
There is a missing variable declaration in get_host_port_from_server on line 41, it should be
1 |
return $values; |
Make the simple change and it will be working. The function is supposed to return the parts of the connection string […]