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

### What happened? openat(AT_FDCWD, "/www/wwwroot/paperhub/vendor/laravel/framework/src/Illuminate/Foundation/Events/Terminating.php", O_RDONLY) = 6 newfstatat(6, "", {st_mode=S_IFREG|0755, st_size=77, ...}, AT_EMPTY_PATH) = 0 read(6, "

bug

## Response Content-Type is `text/html` instead of `application/json` when using FrankenPHP ### Description When switching from `lsphp` to `frankenphp`, the `Content-Type` of the response changes unexpectedly. With `lsphp`, the response...

bug

Hello, I have a question about the Docker images. I'm not sure which image to use for my Dockerfile. What is the purpose of dunglas/frankenphp:1-builder-php8.4-bookworm? Should I use this builder...

### What happened? With FrankenPHP aarch64 on Termux I get: dns_get_record fails with "A temporary server error occured" Directly installed on Termux php works correctly. Could you please provide some...

bug

### Describe you feature request **Is your feature request related to a problem? Please describe.** The run times for the pr CI workflows are very long, **Describe the solution you'd...

enhancement

### What happened? We've tried to deploy our APIP application based on the frankenPHP version 1.3.3 (with base image dunglas/frankenphp:1.3.3-builder-php8.2/dunglas/frankenphp:1.3.3-php8.2) in a AWS EKS cluster. When the site is getting...

bug

I'm having an issue while I'm trying to run the frankephp server. I've already installed the dependencies and binaries and validate the `.env` ```bash composer require laravel/octane php artisan octane:install...

### What happened? Hello, This is list of custom binary compilation pains that I've encountered. Let's go: 1. build-static.sh should check go version >= 1.23.0 before even trying to compile:...

bug

### What happened? If the website produces several PHP fatal errors, the entire web server crashes. In our application, it is sometimes intended that requests that are too long are...

bug

Currently, in worker mode, the execution time limit is entirely PHP's responsibility via the `max_execution_time` directive. However, there are cases when PHP does not react to the execution time exceeding...

enhancement