Skip to content
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

sasl PHP Fatal error #28

Open
Dark345 opened this issue Nov 30, 2022 · 8 comments
Open

sasl PHP Fatal error #28

Dark345 opened this issue Nov 30, 2022 · 8 comments

Comments

@Dark345
Copy link

Dark345 commented Nov 30, 2022

    Funny you should mention that.  We've been doing some preliminary testing that seems to address the WP Cache problem by installing the libmemcached-awesome library and completely replacing the existing libmemcached library with it.  It seems to have fixed the problem.  If you don't mind giving something like that a try, we have an early cheat-sheet of instructions for it.  We'd love to hear your experiences with it.  Check out: https://docs.google.com/document/d/1GNZ3EOcOeBqYS19rl5rnGoh8I9N1BFU3htSn_IPaavg/edit?usp=sharing  

Thanks,

Bob

Originally posted by @rperper in #26 (comment)


Hello! is this (#LSMCD Warning) solved in v1.4.33 ?

@rperper
Copy link
Collaborator

rperper commented Nov 30, 2022

No I'm afraid not. The problem has to be solved in PHP. There's still no generally available fix at this point, but we're still working through ideas.
Thanks,

Bob

@m6w6
Copy link

m6w6 commented Feb 28, 2023

Let me know if I could help in any way wrt libmemcached-awesome or PHP

@rperper
Copy link
Collaborator

rperper commented Feb 28, 2023

Nice to meet you - love your product! libmemcached was truly broken until you fixed it. The problem for us is getting all of the pieces together: libmemcached-awesome of course, but also the PHP pear package (3.2.0) a PHP distribution built to use it and finally our web server library (lsphp) all on a distribution we can work on. It was a bear finally isolating the bug in PHP memcached's support to libmemcached and it's even worse finding a way to apply your lovely fixes. If you have any thoughts about a full environment with all of this stuff in it that a customer can use, we'd sure appreciate it. Thanks!

Bob

@m6w6
Copy link

m6w6 commented Mar 1, 2023

Ugh, well, AFAIK, Fedora already comes with libmemcached-awesome by default, so it's just a matter of time until all of its descendant distributions ship it. Also, ArchLinux was an early adopter of it.

Most recently, Debian switched to it, but AFAICT, it's still only available in testing/sid.

@Dark345
Copy link
Author

Dark345 commented Jun 21, 2023

hello @rperper is this fixed in v1.4.34 ??

@rperper
Copy link
Collaborator

rperper commented Jun 21, 2023

No, not yet. We're hoping to get libmemcached-awesome to be included in lsphp, but it's not in there yet. Sorry, but we haven't forgotten.

@Dark345
Copy link
Author

Dark345 commented Jun 21, 2023

No, not yet. We're hoping to get libmemcached-awesome to be included in lsphp, but it's not in there yet. Sorry, but we haven't forgotten.

Is the libmemcached-awesome the solution?

here I remember trying libmemcached-awesome without success, you even followed my case privately

@rperper
Copy link
Collaborator

rperper commented Jun 21, 2023

We're pretty sure it is. The only way to be 100% sure is to follow the whole thing with debugging statements added (can't really be added to a debugger because it's way out of what debuggers can follow). libmemcached-awesome fixes the problem in the PHP extension that supports memcached (which uses the conventional libmemcached library). Once we get a lsphp that has libmemcached-awesome support embedded, then we can try it for sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants