-
Notifications
You must be signed in to change notification settings - Fork 326
fix MemcachedServer #474
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
fix MemcachedServer #474
Conversation
Tried, and works as expected (using So +1 P.S. server-example/run-server.php + server-example/set-get.php is OK, |
@m6w6 here is a backtracen seems related to flush call
|
Seems to do the work
|
This looks really good! Please let me know when you're confident with this PR and I'll land it. |
Thanks Remi! This was quite a rabbit hole. The actual bug is/was in libmemcachedprotocol, see awesomized/libmemcached@2a67d99 |
Was also searching a way to send the "END" message... BTW shouln't we use in server.php
|
I'd prefer to always expect an array |
I think this should be fine now, or do you have anything to add @remicollet ? |
+1 LGTM |
Notice, this PR also eradicates the usage of inet_aton/inet_ntoa deprecated calls :) |
@m6w6 can you please rebase ? |
8fb5ff9
to
10f4497
Compare
related: #418, #473, awesomized/libmemcached#94