frankenphp icon indicating copy to clipboard operation
frankenphp copied to clipboard

🧟 The modern PHP app server

Results 219 frankenphp issues
Sort by recently updated
recently updated
newest added

- 2 distros: `bullseye` and `alpine 3.16` - One multistage `Dockerfile` - Bake definition file updated for ^^ + changed targets to be named with PHP minor versions - `.dockerignore`...

Currently this project is compatible with Linux and macOS (and likely with other UNIXes such as FreeBSD), but it hasn't been tested on Windows. It would be nice to make...

enhancement

We can use GoReleaser to build both and also provide .deb, .rpm, etc: https://goreleaser.com/cookbooks/cgo-and-crosscompiling/ WDYT @withinboredom @back-2-95?

enhancement

This adds a new function: `frankenphp_finish_request` and an alias for it: `fastcgi_finish_request`, which follows in the footsteps of [other SAPIs](https://github.com/php/php-src/blob/master/sapi/litespeed/lsapi_main_arginfo.h#L35). closes #62

I'm missing something like this in the docs.

Probably related to #85. Take the following code: ```

Closes #104, #100, https://github.com/dunglas/frankenphp-drupal/pull/9#issuecomment-1313403266

I am using the same setup as described in #100 and the request just hangs indefinitely. Any idea what I can do? Also, but unrelated to this issue: is it...

When I try to launch a Symfony project in worker mode without installing the `runtime/frankenphp-symfony` library, I have this line in a loop into the log `{"level":"error","ts":1668116008.9931438,"msg":"unexpected termination, restarting","worker":"/app/public/index.php"}` To...

enhancement