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

### Describe you feature request **Is your feature request related to a problem? Please describe.** Reloading container only to toggle XDebug is rather expensive because it involves restarting whole container...

enhancement

### What happened? If I follow [build instructions](https://frankenphp.dev/fr/docs/compile/) on a simple Ubuntu 22.04 LTS system, but it always ends with: ``` ./frankenphp: error while loading shared libraries: libphp.so: cannot open...

bug

Hi, I have Laravel + Octane, but the problem the HMR will not work, I need to refresh the page just to reflect the changes. This is how I access...

### What happened? Hello, I use docker , i wanted to try frankenPHP with my app symfony 5.4.x ``` FROM dunglas/frankenphp ENV FRANKENPHP_CONFIG="worker ./public/index.php" ENV APP_RUNTIME="Runtime\\FrankenPhpSymfony\\Runtime" # ajoutez des extensions...

bug

Hello, On production we're currently using the [frankenphp standalone binaries](https://github.com/dunglas/frankenphp/releases/latest/download/frankenphp-linux-x86_64) with the Api Platform distribution. Unfortunately (see https://github.com/dunglas/frankenphp/issues/956#issuecomment-2271581693), there is no frankenphp binaries distributed with HTTP cache into Caddy, no...

enhancement

### What happened? I am new to Frankenphp. I was setting up a new symfony 6.4 project with FrankenPHP and faced issue with xdebug when xdebug.mode=debug. I also check #563...

bug

This just adds a `--admin` option for the `php-server` command. Makes it a heck of a lot easier to profile and debug.

This takes the Handles from the CL I submitted to Go and applies them here. The changes are not that big to the FrankenPHP parts; though I did also remove...

### Describe you feature request I was trying to read a slow, chunked request in PHP, however, `php://input` can only be read once and to completion. What do you think...

enhancement

### What happened? when updating docker image containing Laravel using Octane with FrankenPHP it obtains a new certificate, after some attempts LE blocks from renewing and https is no longer...

bug