mirror of
https://github.com/php-win-ext/pecl-memcache.git
synced 2026-03-24 00:52:07 +01:00
Fixed bug #62589 :)
This commit is contained in:
@@ -54,7 +54,7 @@ function get_host_port_from_server($server){
|
||||
return array($server, 0);
|
||||
}
|
||||
else {
|
||||
return values;
|
||||
return $values;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user