frankenphp
frankenphp copied to clipboard
🧟 The modern PHP app server
### What happened? This has been talked about this before with no concrete solution or reproducer. The `variables_order = EGPCS` talked about before doesn't seem to fix this. - https://github.com/dunglas/frankenphp/issues/972...
### What happened? Hello, I use Docker image `ubuntu:20.04` to compile frankenphp like here https://frankenphp.dev/docs/compile/#compile-the-go-app here is my command with `nobrotli` and it works but not at all. ``` tar...
### Describe you feature request Hi, I build a docker image according to [How to Install More Caddy Modules](https://frankenphp.dev/docs/docker/#how-to-install-more-caddy-modules). Everything works well! I can show when displaying FrankenPHP version `echo...
Hi, I am new to frankenphp, trying to evaluate this for a project. I started with https://github.com/f00b4r/2023-10-frankenphp and got it working. Now, I want to use some extensions like kafka,...
### What happened? I am trying to convert my laravel application to standalone binary. The docker image is building successfully but when I try to run the container and check...
### What happened? ``` 2024/02/01 03:03:23.520 DEBUG invalid header {"header": "Access-Control-Allow-Origin:*"} 2024/02/01 03:03:23.520 DEBUG invalid header {"header": "Content-Type:application/json; charset=utf-8"} ``` ### Build Type Standalone binary ### Worker Mode Yes ###...
### Describe you feature request Currently, in PHP, it allows setting a memory limit per a request. We also have worker scripts that restart based on the number of requests....
### Describe you feature request I would like to display in my app's About page what is the precise version of FrankenPHP and Caddy running underneath. I am using one...
### What happened? Hello, Since version 1.1.5, FrankenPHP has been consistently crashing when used with a Laravel 11 project. The crash occurs immediately upon the first page load attempt. See...
### What happened? We have a new website runnning using Franken PHP. Which is working great, most of the time, but every now & then it just hangs, and doesn't...