-
### Discussed in https://github.com/serversideup/docker-php/discussions/220
Originally posted by **jaydrogers** November 13, 2023
# 👉 Describe the problem
[comment]: (What are you trying to …
-
### What happened?
Hello
I'm not sure if this is a bug or just me being stupid, but I can't for the life of me figure out how to populate my `$_ENV` array inside the worker handler.
Code look…
-
I get this error after just trying to run an app in worker mode.
It prints this error all over in the log:
`{"level":"error","ts":1700923502.7101762,"msg":"unexpected termination, restarting","w…
-
### What happened?
I can't get FrankenPHP to compile with HTTP cache module: https://github.com/caddyserver/cache-handler (or other popular caddy modules)
I'm building a WordPress Docker image w…
-
https://github.com/StephenMiracle/frankenwp and https://github.com/StephenMiracle/wordpress-docker-frankenphp look more complete.
Should we deprecate this template in favor of @StephenMiracle's one?
-
parallel is buggy when used with FrankenPHP, which requires a ZTS build.
* It makes PHP freeze: [detailed report and reproducer](https://github.com/dunglas/frankenphp/issues/858#issuecomment-217582…
-
### What happened?
We are building an open-source Laravel application ([solidtime](https://github.com/solidtime-io/solidtime)) and [our production Docker image](https://github.com/solidtime-io/soli…
-
### Description
### What happened?
Description:
I'm encountering an issue where file writing operations using fwrite occasionally fail when running under FrankenPHP. Sometimes files are not phy…
g-ra updated
2 months ago
-
Hello Alexandre
In the file https://github.com/alexandreelise/frankenphp-joomla/blob/feat/auto-install/docker-compose.yml, you're using a variable `MYSQL_ROOT_PASSWORD` from your `.env` file but th…
-
### 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 managed to get the app working with…