-
### What happened?
Not necessarily a bug - I'm testing Frankenphp for the first time on my Yii2 project.
Running `frankenphp php-server -a -v` in my web directory. It works for seconds, it hand…
-
https://frankenphp.dev/docs/docker/
> [FrankenPHP Docker images](https://hub.docker.com/r/dunglas/frankenphp) are based on [official PHP images](https://hub.docker.com/_/php/). Debian and Alpine Li…
-
### Steps To Reproduce
TBD
### Outcome
#### What did you expect?
- Scripts should not overwrite the config
#### What happened instead?
- The config was overwritten
### Affected Docker Images
…
-
i tried to install webpack and npm, but i can't seem to install them. i always get the error
npm: not found
this is my Dockerfile
```
ARG NODE_VERSION=20
FROM node:${NODE_VERSION}-alpine …
-
### What happened?
I try to create a custom static binary with PHP 8.2 and imagick extension :
```
sudo docker buildx bake --load --set "*.platform=linux/amd64" --set static-builder.args.PHP_VER…
-
### What happened?
Hello world! Please tell me how to solve the problem with frunkenphp. When conducting stress tests, an error constantly crashes:
```
2024-10-19 13:48:55 2024-10-19 10:48:55,862 I…
-
Frankenphp allows for including php in the single caddy go binary https://frankenphp.dev/docs/static/
Is something like this possible with Python so that an application could be deployed on a syste…
-
### Describe you feature request
Opening an issue for this so it doesn't get forgotten. Discussion: https://github.com/dunglas/frankenphp/discussions/556
The custom solution I implemented was us…
-
This problem caused by `Imagine\Image\Metadata\ExifMetadataReader` that load actual image data into memory encoded as base64 string. There's no easy fix for this except by increasing memory limit.
-
### What happened?
**HERE THIS BUG WITH TRY Running as a Non-Root User**
I try to change a user root on my docker frankenphp but isn't working.
Let's see :
Building frankenphp
Step 1/5 : FROM…