Loïc Vernet

Results 62 comments of Loïc Vernet

Seems logical. I think lot of things will have to be modified for Symfony4.

To fix compilation warnings like: ``` warning: implicit declaration of function '_GeoIP_setup_dbfilename' is invalid in C99 [-Wimplicit-function-declaration] _GeoIP_setup_dbfilename(); ``` Get the last beta version of the package (1.1.1 now), but...

The problem is that even FrankenPHP is restarted, the Symfony cache still has to be regenerated. That's what I tried to fix with https://github.com/strangebuzz/cache-watcher. I have to modify it to...

I took Twig as an example, but it must be the same with the different cache types. Env vars, yaml, translation, entities... Check out https://github.com/strangebuzz/cache-watcher/blob/b5b16d039f7cc59e79ccbad949f2c72a4465e92c/symfony/files.go#L49 (Symfony)

Closing this for now as it's an expected behaviour.

Hello, I have also to put the .env as a shared file. Check out https://stackoverflow.com/q/59111354/633864, in fact I don't need to use env vars as my application only relies on...

Hello, a new tag 1.0.6 has been released, can you test and close this ticket if it's OK.

What do you mean?