Php versions – Doctrine proxy getter makes PHP app down with segmentation fault
PHP 8.0 + Doctrine 2 + Xdebug + Docker. When the script tries to execute any getter from generated proxy PHP app dies with segmentation fault. F.e. I have this getter: /** * {@inheritDoc} */ public function isActive(): bool {…