frankenphp
frankenphp copied to clipboard
🧟 The modern PHP app server
### What happened? Hey, I wanted to build a static binary including all default extensions + mongodb, but am receiving the same error you are also receiving in your ci....
### Describe you feature request Just documenting my journey on banging my head against the damn Go linker. ```console CGO_CFLAGS="$(php-config --includes) -I/usr/local/include" \ CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs) -L/usr/local/lib64 -Wl,-rpath,$(php-config --lib-dir)"...
Here are the docs for both the extensions generator and creating extensions "the old way". I'll take care of the French translation once this version is validated! Related to https://github.com/php/frankenphp/pull/1651
This is an alternative to #1552. instead of having a new directive, this introduces a way to match workers against paths, therefore allowing placing the worker anywhere outside of the...
Bumps the go-modules group in /caddy with 1 update: [github.com/dunglas/caddy-cbrotli](https://github.com/dunglas/caddy-cbrotli). Updates `github.com/dunglas/caddy-cbrotli` from 1.0.0 to 1.0.1 Release notes Sourced from github.com/dunglas/caddy-cbrotli's releases. Version 1.0.1 What's Changed chore: use github.com/google/brotli/go/cbrotli tag...
Bumps the go-modules group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.40.0 to 0.41.0 Commits 6e41cae go.mod: update golang.org/x dependencies 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame ef33bc0 internal/http3: use...
- Translate file README.md - Translate file CONTRIBUTING.md - Translate file docs/classic.md - Translate file docs/compile.md - Translate file docs/config.md - Translate file docs/docker.md - Translate file docs/early-hints.md - Translate...
This allows embedding a statically built php-cli in the FrankenPHP binary and offers a command to install the embedded PHP CLI if it is embedded. This provides users with a...
### What happened? Using `docker.io/dunglas/frankenphp:1.5-php8.4-alpine` with PHP 8.4.7 produces another SIGSEGV fault immediate after start of the container. ### Build Type Docker (Alpine) ### Worker Mode No ### Operating System...