Nicolai
Nicolai
The most bizarre thing here is that if I hit the worker script *multiple* times, it will populate the environment keys one-by-one and error each time it reaches an undefined...
> I'm also seeing some weird behavior where different threads seem to have different instances of $_ENV in worker mode. > @nickdnk are you seeing the same issue when using...
> @AlliBalliBaba Are you sure that none of you codebase is using `putenv()` or `getenv()`, that are known to not be thread safe? > > Anyway, a minimal reproducer would...
> side note: `$_ENV` is nothing but user input :) like `$_GET` or `$_COOKIE`, it's just that the people doing the inputting are highly skilled programmers/hackers. You shouldn't trust it...
This is outside my wheel house, the really odd thing is that setting the variable works, but only for the PHP files already loaded when you set it. Remember that...
Note that the formatting issues are because the project ships with `editorconfig` that has tabs for indentation, but the file was already almost only 4x spaces. I don't know which...
I went through this after trying to make the tests pass, and I found quit a lot of errors that I have now fixed. 1. The `transaction_timeout` in .rr.yaml was...
This now includes changes from https://github.com/roadrunner-server/sqs/pull/571
Gonna have to bump this one too. Surprised it's not in there.
It looks very similar to the examples here: https://github.com/FortAwesome/Font-Awesome/issues/20720#issuecomment-3117334168