frankenphp
frankenphp copied to clipboard
π§ The modern PHP app server
### Discussed in https://github.com/dunglas/frankenphp/discussions/1190 Originally posted by **gabgabb** November 22, 2024 Hello ! I am making a back-end application with an api platform and frankenphp. As well as a front...
### Describe you feature request **Is your feature request related to a problem? Please describe.** I have the following configuration: ``` { frankenphp order php_server before file_server log { level...
Hello, I can't find the information if Franken can restart workers but wait for busy workers to send the response first before restarting. Here was described the behaviour I'd like...
I can't make it running. I'm getting the error ``` PHP Fatal error: Maximum call stack size of 8339456 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached during compilation. Try splitting expression in...
### What happened? I'm following this [guide](https://frankenphp.dev/docs/laravel/#laravel-apps-as-standalone-binaries) for a newly created Laravel 11 project. But I'm getting the error below when trying to run the built binary with artisan (i.e....
### What happened? We are running FrankenPHP (non-static variant) in Docker on our Kubernetes platform. This is in worker mode with a Symfony application. The application seems to work well;...
### Describe you feature request Hello, As a new user of FrankenPHP, Iβve encountered some performance discrepancies compared to my previous classic Nginx/PHP stack. The source of these differences isnβt...
Hi there! I just upgraded my Laravel Octane app to use FrankenPHP 1.3.1. Since the update I've been tinkering with Mercure, this is my first time trying it but it's...
### Describe you feature request The values are somewhat documented here: https://www.php.net/manual/en/reserved.variables.server.php Specifically, this issue is in regards to: > REQUEST_URI: > The URI which was given in order to...
docker image dunglas/frankenphp:static-builder needs to be updated to v1.3.1 to fix `mkdir watcher`
### What happened? mkdir: can't create directory 'watcher': File exists ### Build Type Standalone binary ### Worker Mode Yes ### Operating System GNU/Linux ### CPU Architecture x86_64 ### PHP configuration...