Moritz Fain
Moritz Fain
This design decision is pretty odd and should have nothing to do with memcache or adapters as long as it serializes to a string. Of course, JSON is easier to...
Thanks for your response. If `serialize` really has had any security issues these should have been fixed by now (didn't find anything with your suggested search). The problematic function is...
Unfortunately yes as the request object is not available. But still offers a chance to get the issue logged somewhere, maybe together with $_REQUEST.
Empty request would also be a possibility... YES, really like the idea. One could create a class implementing ServerRequestInterface which just pipes thru the $_SERVER, $_FILES etc variables. Without triggering...
Not at my PC right now. Yes @ $_REQUEST. But why not just call the listeners in triggerListeners with the second arguments being the new EmptyServerRequest()? Why an ...Adapter?
Now I got it; was hard to read on mobile. I thought I'd just make the listener callback compatible (which I think is easier/requires less code). On the other hand,...
Thanks for the fix! Looks like this completely fall out while optimizing. I think adding a .Add()/.Done() call in that function will probably hurt performance a lot. Maybe we can...
Yes, then let's do a 3.0.x. Just add a branch? There's an old dev-3.0.0 branch from 2019... We'd really like to continue using this laminas component and I'm willing to...
just accidently stumbled upon this PR: - where do you clear the timeout? - why this fake socket stuff? what about just throwing?
It looks bigger than it is; most of it is just end-to-end tests. The code change itself is not that much.... Please have a closer look at the gc_arena stuff;...