Rob Landers
Rob Landers
> We welcome you here [@withinboredom](https://github.com/withinboredom) and appreciate your guidance! đź‘‹ > The current [FrankenPHP quickstart](https://ddev.readthedocs.io/en/stable/users/quickstart/#generic-frankenphp) does not use the FrankenPHP image and while implementing it as an additional service...
I think there is a misunderstanding here. The install.sh script uses the bundled ZTS PHP; not the current system’s PHP. If you have a ZTS build of PHP, then it...
@stasadev: nice! FYI: you don’t need to set up xdebug like that! Check out Derick’s talk here: https://youtu.be/gOH1ElakyLw?list=PL3hoUDjLa7eSppJSvwSIeBexYZQWkN0bm&t=1890
> Can images be built with older php versions No. The images based on php 8.1 are using a custom build of PHP. In 8.2, we got some functionality and...
I just now noticed (yeah, I should have noticed this earlier) this project is written in Go. Since FrankenPHP is also written in Go and we export all the things...
Yep, it was #1130 that led me to this, specifically in regards to %2f. I was looking at my WordPress logs before doing the switch to FrankenPHP and saw a...
@henderkes yes, only workers. I should have a nice test suite this weekend. Manually testing this is annoying.
I noticed you have `pcntl` enabled, have you tried disabling/uninstalling the extension? Same with `rdkafka`. I'm just wondering if maybe it is a bug with one of those extensions being...
> Do you still want me to try disabling those other extensions? @korridor, no if you found the issue is in opcache, then it is as @dunglas said, this should...
Hmmm. I was going to look into that. `filter.default` is deprecated and going away in php 9, so I'm not sure if that's a good idea to rely on it....