Alex Rock
Alex Rock
Hmm, it's on a private project, I can't share it now, I would need to create a reproducer somewhere, I'll look into it when I have time to focus on...
Tiny bit of information though @bastien70 : are you using Panther inside a Docker container?
> Can you please explain how to to this? By creating a new environment, it can be pretty quick if you follow the [official docs](https://symfony.com/doc/current/configuration.html#creating-a-new-environment) about creating new environments
The problem is that the official PHP images don't contain @dunglas's changes (yet), so unless we modify the source code manually as a hack from inside the dockerfile, it won't...
@MakFly for now, since PHP is built from source in FrankenPHP, it also needs to build the different PHP extensions, such as pdo-mysql in your case. Since building the extensions...
I also just made it work on this PR, I built it and ran it successfully on my machine, but with the initial approach 😅
Shouldn't we compile all extensions in the docker image and allow users to use "extension=..." in their custom php.ini conf?
I'm working right now on allowing to customize php.ini in a more common way, but if we want to compile everything, I guess we can add `--enable-all` in the "configure"...
Ping @stof : this can be merged IMO ?
:+1: too, I think this can be merged