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

[gettext](https://www.php.net/manual/en/gettext.installation.php) is not thread safe and can only load a single locale per process, this causes a mix and match of languages to be returned from translations. https://stackoverflow.com/a/1646343

### What happened? Output of phpinfo shows version `dev`. ### Build Type This is what happens when you build with xcaddy using --with github.com/dunglas/frankenphp (which will automatically select the latest...

bug

@AlliBalliBaba ### What happened? ```c {"level":"warn","ts":1756707392.6662247,"logger":"tls","msg":"stapling OCSP","identifiers":["my.server.> {"level":"error","ts":1756720415.2692719,"logger":"frankenphp","msg":"PHP Fatal error: Allowed memory size > {"level":"error","ts":1756720415.2759776,"logger":"frankenphp","msg":"PHP Fatal error: Allowed memory size > {"level":"error","ts":1756720426.528808,"logger":"frankenphp","msg":"PHP Fatal error: Allowed memory size o> {"level":"error","ts":1756720426.5313344,"logger":"frankenphp","msg":"PHP Fatal...

bug

### What happened? Hello, I'm having problems trying to rewrite URLs inside Caddy (using a `Caddyfile`) before invoking FrankenPHP. The query string is correctly overwritten, but not the path. Minimal...

bug

This PR adds a new type of worker thread 'task workers' caddyfile: ```caddyfile frankenphp { task_worker path/to/worker/file.php 10 # same config as regular workers } ``` from a regular or...

### What happened? Laravel Octance Configure the following a simple routes in Laravel: ``` Route::get('/test', function () { $foo = $_REQUEST['foo'] ?? 'null'; return $foo; }); ``` The php.ini item:...

bug

### What happened? I use this image dunglas/frankenphp:php8.4.12-trixie I use laravel in my .env CACHE_STORE=memcached I found out that the ttl keep increasingly Route::get('/cache', function () { $value = Cache::remember('greeting',...

bug
awaiting user response

### What happened? # Dockerfile ```Dockerfile FROM dunglas/frankenphp # Be sure to replace "your-domain-name.example.com" by your domain name #ENV SERVER_NAME=api.******** ENV FRANKENPHP_CONFIG="worker /app/public/frankenphp-worker.php 8" # If you want to disable...

bug
awaiting user response

Hey, I'm having a hard time find any documentation about running FrankenPHP behind a (Caddy) load balancer. I'm assuming that I'd need a container running plain Caddy with Vulcain, Mercure...

### What happened? Server is running Debian bookworm on EC2 t4g.small instance. I am running my own from-scratch PHP application with no frameworks involved. I tried frankenphp on my staging...

bug