Mahyar Iranibazaz
Mahyar Iranibazaz
I am also facing the same error on my Laravel app. The app works fine without FrankenPHP. On every request, it crashes and respawn a new worker over an over...
I have reverted my setup back to **PHP 8.3** with everything exactly as above, and it's now working fine. I rechecked with **PHP 8.4** again and can confirm the FrankenPHP...
The only difference I found between my 8.3 vs 8.4 Dockerfile was php8.4-swoole extension not being installed. I see this was later fixed on the latest version of sail https://github.com/laravel/sail/commit/f649351c1c18f3c74159de97f7c1ee7a4d5769e4....
> @QThans @mahiarirani how are you running the laravel application with frankenphp? can you share the Dockerfile, etc? I have shared them all in the first comment. It's basic laravel...
> > > [@QThans](https://github.com/QThans) [@mahiarirani](https://github.com/mahiarirani) how are you running the laravel application with frankenphp? can you share the Dockerfile, etc? > > > > I have shared them all in...
> > This command runs the app on frankenphp > > > > `/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan octane:start --host=localhost --port=80 --admin-port=2019 --workers=8` > > - created a fresh laravel application...
> > I had the sail dockerfiles published at version 1.40 which had the php8.4-swoole extension installation commented out. I believe that caused the issue. > > > > I...
> > > I had the sail dockerfiles published at version 1.40 which had the php8.4-swoole extension installation commented out. I believe that caused the issue. > > > I...