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 I would like to know if it's possible to host multiple website with the FrankenPHP binary like Caddy can do with a JSON configuration file...

enhancement

### Describe you feature request ### I've build a frankenphp.exe on windows After modifying some code in php-src and some code in c-thread-pool and some code in frankenphp, I came...

enhancement

### What happened? I upgraded Frankenphp docker image from 1.0.3 to 1.2.0 and now i am getting "Internal server error" when loading a page and the output below. Hosted on...

bug

### What happened? We are considering moving our Laravel 10 apps running in k8s to Frankenphp. We run separate pods for the app, a queue worker, and a scheduler. I...

bug

### What happened? Dont know what to do and where to write else... I tried googling, but I don't understand what the problem is. Is it because FrankenPHP doesn't use...

bug

### What happened? Embedded an app with frankenphp. Trying to run it with `./my-app php-server`, it works under localhost:80. Creating a Caddyfile and using `./my-app run` has a few problems:...

bug

### What happened? Possibly related to https://github.com/dunglas/frankenphp/issues/309. ## Steps to reproduce 1. Setup opcache following the sample above with jit enabled using `opcache.jit_buffer_size` 2. Start the application 3. Make a...

bug

### Describe you feature request **Is your feature request related to a problem? Please describe.** I see some people here talking about `memory_limit`. Some of them use `-1`. Mine is...

enhancement

### What happened? I'm running (trying) to run NextCloud on FrankenPHP, which has been working for the most part, but when running the included Console script, I get a syntax...

bug

This PR adds a basic version of a file watcher to reload workers when changing files. The watcher is based on `github.com/fsnotify/fsnotify ` since it's already a downstream dependency of...