Updates:
Status: Invalid
Comment #3 on issue 171 by [email protected]: stats detail dump not working
http://code.google.com/p/memcached/issues/detail?id=171
I'm going to close this, since I'm not sure how it's possible.
To the OP: if you still care to get this fixed, please do the following:
- Download the source to 1.4.6 (or higher, by the time you read this)
- Run ./configure && make && prove -v t/stats-detail.t
- Does this pass? If so, does your PHP thing still hate it?
I'm going to guess that you have a dev server somewhere, running php and
PECL/memcache. You should be able to start a test instance of memcached and
issue a script with a few requests against it.
The perl tests ensure that stats detail dump outputs at least one key, but
you're saying the 1.4.5 ones have zero keys?
It would also help to know what your prefixes look like.
Thanks!