You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
we have a large database schema (>130 table schemas, some of them using behaviors such as Versionable, Concrete Inheritance and Nested Set) which I unfortunately can't post here as it's proprietary. When updating to PHP 8.4, the model:build command consistently fails with a segmentation fault. This has never happened to us with previous PHP versions. The command is run in a Docker container based on the official php:8.x-fpm image, and the segfault occurs both on my local machine and in GitHub Actions.
Is there anything you can do about this? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello,
we have a large database schema (>130 table schemas, some of them using behaviors such as Versionable, Concrete Inheritance and Nested Set) which I unfortunately can't post here as it's proprietary. When updating to PHP 8.4, the model:build command consistently fails with a segmentation fault. This has never happened to us with previous PHP versions. The command is run in a Docker container based on the official php:8.x-fpm image, and the segfault occurs both on my local machine and in GitHub Actions.
Is there anything you can do about this? Thanks in advance!
The text was updated successfully, but these errors were encountered: