-
### What version of Go are you using (`go version`)?
$ go version
go version go1.20.5 linux/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating system…
-
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…
-
### Akaunting version
https://github.com/akaunting/akaunting/commit/5e0f0c7bb85c6ff22c37719a7ba63ead574b231e
### PHP version
8
### Operating system
docker > dunglas/frankenphp
### St…
-
### 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
-
# FrankenPHP and Laravel Octane with Docker
Just random stuff.
[https://chriswhite.is/coding/frankenphp-and-laravel-octane-with-docker](https://chriswhite.is/coding/frankenphp-and-laravel-octane-wit…
-
### Describe you feature request
Is there a plan to support Yii2 framework or is there any example for docker.
-
### Description
I'm the maintainer of a PHP application called [solidtime](https://github.com/solidtime-io/solidtime) and we use FrankenPHP (with Laravel Octane) for our [production image](https://…
-
### What happened?
When dockerizing a Laravel Octane application, I found that using the FrankenPHP binary from GitHub releases works successfully:
https://github.com/exaco/laravel-octane-docker…
-
When I try to launch a Symfony project in worker mode without installing the `runtime/frankenphp-symfony` library, I have this line in a loop into the log
`{"level":"error","ts":1668116008.9931438,…
-
### What happened?
Quick context:
Application on Symfony 6.4, Api Platform, Lexik JWT Bundle, very basic (CRUD-type) - almost default configuration.
Once deployed in production mode, my app start…