frankenphp icon indicating copy to clipboard operation
frankenphp copied to clipboard

🧟 The modern PHP app server

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

This adds a collection of basic metrics based on feedback in #269: - `frankenphp_busy_threads`: shows current php threads processing php scripts (including workers waiting for requests) - `frankenphp_total_threads`: shows the...

### What happened? The problem we’re experiencing now with this new setup is that the frankenphp service keeps shutting down without any reason that I can see. The systemd unit...

bug

### What happened? Hey all! We're switching our current setup from nginx and php-fpm to frankenphp. While most of it works just fine (big thanks to @dunglas!), we've encountered a...

bug

Workaround for https://github.com/dunglas/frankenphp/issues/1011

### Describe you feature request The laravel docs say "when using Laravel's scheduler, we only need to add a single cron configuration entry to our server that runs the schedule:run...

enhancement

### What happened? I can't rebuild a static binary. I managed to get it work a few months ago but now when I try to rebuild (to add an extension...

bug

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6.8.0 to 7.1.0. Release notes Sourced from super-linter/super-linter's releases. v7.1.0 7.1.0 (2024-08-27) πŸš€ Features add pyink as a Python formatter (#6083) (5b13ace) format JSONC and JSON5 with...

dependencies
github_actions

### What happened? I want to build using dunglas/frankenphp:static-builder. But I don't want any internet dependency on build process. Thats way I Saved the docker images of dunglas/frankenphp:static-builder to my...

bug

### What happened? Description: I'm encountering an issue where file writing operations using fwrite occasionally fail when running under FrankenPHP. Sometimes files are not physically created on the server, but...

bug

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.28.0. Commits 4542a42 go.mod: update golang.org/x dependencies 765c7e8 xsrftoken: create no padding base64 string by RawURLEncoding 032e4e4 LICENSE: update per Google Legal See full diff...

dependencies
go