-
The [Wordpress REST API](https://developer.wordpress.org/rest-api/reference/) under the uri path /wp-json doesn't work under FrankenPHP with the included Caddyfile.
Because of this you can't use the …
manzu updated
9 months ago
-
After following the instruction, I can access the web in localhost but I can't see the source code in the host machine. I can only access it inside the PHP docker container.
So how to expose the so…
-
While looking into Symfony Runtime, I was thinking about FingersCrossedHandler. I assume it's always going to hit the buffer limit and I thought about writing an event listener for the `kernel.termina…
-
### What happened?
Hi,
I'm deploying a PHP 8.3 symfony (7.0) app on AWS ECS (with Fargate).
I'm running it in worker mode with the base image `dunglas/frankenphp:1.1-php8.3.7`.
Every few…
-
### Bug Description
When running the `mirrord` command in my docker container, I get the following error:
```
/usr/local/bin/mirrord: cannot execute: required file not found
```
I'm attemptin…
-
### What happened?
While trying to get Laravel's tinker to work with FrankenPHP, I noticed some issues relating to the `stream_select` function which occur when an interruption by system signals happ…
-
### What happened?
I'm trying to use [ExecuteScriptCLI](https://pkg.go.dev/github.com/dunglas/frankenphp#ExecuteScriptCLI) in a very simple Go application and it seems to just exit with the PHP appli…
-
I always fail at this state, any suggestions, please?
![image](https://github.com/dunglas/frankenphp-wordpress/assets/427798/cffef48d-2502-4c35-9d67-5f50fc24962a)
-
### What happened?
If I follow [build instructions](https://frankenphp.dev/fr/docs/compile/) on a simple Ubuntu 22.04 LTS system, but it always ends with:
```
./frankenphp: error while loading sh…
-
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 was a `self-upgrade…