Description
I'm the maintainer of a PHP application called solidtime and we use FrankenPHP (with Laravel Octane) for our production image. That works fine, but we wanted to add support for ARM.
The problem when we start the PHP application with the ARM image, it exits with the status code 139.
I already reported this in the FrankenPHP GitHub repository (the issue) and we figured out that this problem only happens if opcache
is enabled. Since it looks like an issue with opcache
and ARM, the maintainer of FrankenPHP (@dunglas) told me to report this issue here.
PHP Version
8.3.7
Operating System
Debian GNU/Linux 12 (bookworm)