frankenphp
frankenphp copied to clipboard
🧟 The modern PHP app server
For now, doesn't compile on my machine, but I'll investigate further 👍
Can this run WordPress also or is it targeting custom symphony applications only?
The first stage builds PHP, taking into account some "best practices" from [the official image](https://github.com/docker-library/php/blob/master/8.2-rc/bullseye/zts/Dockerfile#L134-L167) and is built on the official image. It is a stand-in for the official image...
Hi Dunglas 👋🏻 First, thanks for this new SAPI, amazing to see how PHP can be improved for future applications. Small issue that I'm facing while using the `worker` mode,...
Hello, It seems that Docker image is quite heavy (around 700MB). I looked at the `Dockerfile` ([https://github.com/dunglas/frankenphp/blob/main/Dockerfile](here)) and it seems that `$PHPIZE_DEPS` are never removed where as in think they...
Installing a php8.2-{extension} and moving the `.so` into `/usr/local/lib/php/extensions/no-debug-zts-20220829` will end up with a `core_symbols` error.
This uses Github Actions to automatically run the tests in Docker via `go test` on every PR. This is based on the work in #33. Requires several repo secrets: -...
I attempted a very simple implementation of restarting a worker on a file change: ```php
Hi everyone, I have an error when building the dockerfile. ``` => ERROR [12/15] RUN cd caddy/frankenphp && go build && cp frankenphp /usr/local/bin && cp /go/src/app/caddy/frankenphp/Caddyfile /etc/Caddyfile && rm...