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

Hi I updated my api-platform project from [v3.1.14](https://github.com/api-platform/api-platform/releases/tag/v3.1.14) to [v3.2.10](https://github.com/api-platform/api-platform/releases/tag/v3.2.10) with the new FrankenPHP instead of Caddy and I'm experiencing some stability problems after deploying it in production. I'm not...

It stands to reason that many people who will be using Frankenphp have little to no experience with Go or even Caddy. While it does appear to be relatively easy...

Hi, Building a static single binary using the 'static-builder' worked fine in 1.0.1, but now gives the error in the title: ``` ERROR: docker exporter does not currently support exporting...

documentation

Let's imagine that it's more convenient for me to use **frankenphp** as a stand-alone binary. Therefore, it is downloaded to my working folder. It would be super handy if there...

enhancement

Hi, we are still using Symfony Docker without frankenphp in our MSP Challenge project , so I created a [branch with frankenphp](https://github.com/BredaUniversityResearch/MSPChallenge-Server/tree/docker-frankenphp). We encounter reproducible crashes. See 2 crash call-stacks...

documentation

To be able to use the binary on MAC (and probably Linux) you must explicitly give the binary execute permission (chmod +x frankenphp). I've never needed to do this with...

Running `CGO_CXXFLAGS=-fPIE CGO_CFLAGS=-fPIE CGO_LDFLAGS=-pie go test -buildmode=pie -v ./...` (`-race` is not compatible with `pie`) appears to be passing tests on x64 (local). Opening this PR to have it test...

Wordpress REST API seems to fail because cURL times out after 10 seconds. I noticed some comments that timeouts are broken because FrankenPHP uses ZTS? (probably for performance reasons? )...

bug

Hey there, I tried playing with FrankenPHP a little (in worker mode) and I was wondering if it exposes some PHP API to hook into the worker process. My main...

documentation

Hey guys, I'm using the API-platform way of using frankenphp to create an API managing a MYSQL database, My issue is that after a long time of inactivity (in dev...

bug