-
Notifications
You must be signed in to change notification settings - Fork 327
Binary protocol is broken #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've been able to duplicate this issue, I've also had issues with Touch command that's why I found this report. |
Problems here too:
|
Can't replicate any of these problems with php-memcached 2.1.0 |
I updated my versions to this and solved my problem with increment: memcached 1.4.15 memcached support => enabled |
Here are my new configurations and the problem still remains:
Considering the same code above, the first run outputs:
And the second run forth will output:
|
My contribution (my config is already above), I get exactly same results: Touch result: 16 Set result: 0 Touch result: 0 Set result: 5 |
touch seems to be broken with binary protocol for some reason, ignores timeout |
@mkoppanen would you please state the version in which is issue has been resolved? |
I am testing with libmemcached 1.0.17 |
Also, if you look at the following: https://travis-ci.org/php-memcached-dev/php-memcached the tests/gh_77.phpt seems to be pass with all libmemcached versions. |
@mkoppanen I've ran the test on my server (which I've been having this problem with) and the test failed: bool(false) Server info: Linux 2.6.34-xen-r5 SMP Sun Jan 1 22:47:41 EST 2012 x86_64 Intel(R) Xeon(R) CPU E5430 @ 2.66GHz GenuineIntel GNU/Linux PHP 5.4.13--pl0-gentoo (cli) (built: Aug 6 2013 17:39:08) Memcached section in: php -i memcached The highest version of libmemcached in the Gentoo repos is 1.0.14, and the ebuilds I've found for libmemcached, 2.1.0 won't compile against so I really don't have a choice right now. :( |
Which version of memcached? |
Added 1.0.14 to builds: https://travis-ci.org/php-memcached-dev/php-memcached/builds/12748482 Looks like the test fails on 1.0.14 and passes on higher versions |
I've been having trouble using binary protocol in very simple scenarios. For instance:
The first run outputs:
And the second run forth will output:
Here are my system's configurations:
The text was updated successfully, but these errors were encountered: