frankenphp
frankenphp copied to clipboard
🧟 The modern PHP app server
### What happened? Not necessarily a bug - I'm testing Frankenphp for the first time on my Yii2 project. Running `frankenphp php-server -a -v` in my web directory. It works...
This PR replaces #1103 since actions wouldn't trigger when merging from a fork. I refactored it so the import happens directly in `cgi.go`, the additional Cgo calls don't seem to...
### What happened? Hello world! Please tell me how to solve the problem with frunkenphp. When conducting stress tests, an error constantly crashes: ``` 2024-10-19 13:48:55 2024-10-19 10:48:55,862 INFO exited:...
We changed the default `php.ini` path in Static PHP CLI: https://github.com/crazywhalecc/static-php-cli/pull/553 This PR updates the docs accordingly. The Chinese and Turkish translations were done using DeepL, so I'm not sure...
### What happened? Quick context: Application on Symfony 6.4, Api Platform, Lexik JWT Bundle, very basic (CRUD-type) - almost default configuration. Once deployed in production mode, my app started to...
### What happened? I'm trying to install frankenphp as a Caddy module, but this URL fails ``` https://caddyserver.com/api/download?os=linux&arch=amd64&p=github.com/dunglas/frankenphp/caddy ``` ### Build Type Custom (tell us more in the description) ###...
### What happened? I'm experiencing an issue where concurrent file uploads hang indefinitely when querying the site via https. Below is a super basic demonstration. It occurs with as few...
### Describe you feature request **Is your feature request related to a problem? Please describe.** When I look through a dunglas/frankenphp log it has quite a bit of noise like:...
### What happened? I want to do some HTTP caching to make API faster. My final point is to use 103 Early Hints + HTTP cache on reverse proxy side...
### What happened? Hello I'm not sure if this is a bug or just me being stupid, but I can't for the life of me figure out how to populate...