Closed GoogleCodeExporter closed 9 years ago
Easy to patch:
in Library/Analysis.php line 48:
if(isset($array[$key]) && ($key != 'version') && ($key != 'uptime'))
instead of
if(isset($array[$key]) && ($key != 'version'))
Original comment by colin.pi...@gmail.com
on 3 Dec 2010 at 5:26
I will remove version too, as it take first or last server's version ^^
Original comment by eli...@free.fr
on 6 Dec 2010 at 1:40
For version, it could display one if all servers are the same version and
"heterogeneous" in case they are different. For the uptime, it's true it
doesn't really make sense ...
Original comment by colin.pi...@gmail.com
on 6 Dec 2010 at 3:10
Here is a quick patch for this.
Original comment by colin.pi...@gmail.com
on 12 Jan 2011 at 10:27
Attachments:
[deleted comment]
I close this enhancement as version 1.2.0 is out today
Thank you for providing this patch
http://code.google.com/p/phpmemcacheadmin/downloads/list
Original comment by eli...@free.fr
on 6 Apr 2011 at 8:57
Original issue reported on code.google.com by
colin.pi...@gmail.com
on 3 Dec 2010 at 5:09