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

There are two things here: 1. Per https://github.com/dunglas/frankenphp/pull/686#issuecomment-2018378525, we can let caddy handle the duplexity of http1. So the Caddyfile is updated to include this by default. - [x] check...

### What happened? I've been following instructions on how to build docker and generate an standalone binary from symfony project, then move it out to my local machine and then...

enhancement

closes #365 This adds x-accel-redirect and friends by passing a "filter" to Frankenphp from Caddy. This "filter" allows us to halt output if we have a rewriting matcher that should...

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5 to 6. Release notes Sourced from super-linter/super-linter's releases. v6.0.0 6.0.0 (2024-01-31) ⚠ BREAKING CHANGES deprecate error_on_missing_exec_bit (#5120) uninstall eslint-config-airbnb-typescript (#5077) validate configuration when using find (#5045)...

dependencies
github_actions

Just updated my Symfony packages (mostly went from 6.3.2 to 6.3.5) and now worker mode is crashing with either ```console 2023/10/19 11:20:55.668 ERROR unexpected termination, restarting {"worker": "/var/www/svm/public/index.php"} 2023/10/19 11:20:55.695...

### What happened? When running composer install --ignore-platform-reqs --no-dev -a, php artisan package:discover --ansi returns the error: > Class "DOMdocument" not found. My Dockerfile: FROM --platform=linux/amd64 dunglas/frankenphp:static-builder-1.1.2 # Copy your...

bug

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.24.0. Commits 7bbe320 go.mod: update golang.org/x dependencies c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too...

dependencies
go

### What happened? Need help, facing Nginx Error Log "...upstream prematurely closed connection while reading response header from upstream, client: 112.215.65.47, server: xxxxxxxxxx, request: "POST /livewire/update HTTP/2.0", upstream: "http://127.0.0.1:8000/livewire/update" -...

bug

### Describe you feature request **Is your feature request related to a problem? Please describe.** It would be nice to have `frankenphp php-info` and then see the same as creating...

enhancement

### What happened? Not sure if this is due to FrankenPHP, but I don't have this issue using PHP-FPM. Whenever I try and send an e-mail using Laravel to Postmark,...

bug