Kévin Dunglas
Kévin Dunglas
Closes https://github.com/dunglas/frankenphp/issues/623. Closes https://github.com/dunglas/frankenphp/issues/678. Closes https://github.com/dunglas/frankenphp/issues/689.
Closes #813. I haven't tested this patch in real life yet. Could someone tell me if it works as expected (@broncha maybe)?
Run the tests and `golangci-lint` with GitHub Actions.
To reproduce: ``` docker run \ -e FRANKENPHP_CONFIG="worker ./public/index.php 2" \ -v $PWD:/app \ -p 80:80 -p 443:443/tcp -p 443:443/udp \ dunglas/frankenphp ``` cc @SerheyDolgushev
https://github.com/StephenMiracle/frankenwp and https://github.com/StephenMiracle/wordpress-docker-frankenphp look more complete. Should we deprecate this template in favor of @StephenMiracle's one?
Worker mode
Currently, the worker mode of FrankenPHP isn't used. The best way of supporting the worker mode would probably be to patch Drupal to use Symfony Runtime: https://www.drupal.org/project/drupal/issues/3313404 In the meantime,...
Closes #767.
* [ ] set `CFLAGS="-DZEND_RC_DEBUG=1"`