New issue by TinfoilSubmarine on void-packages repository https://github.com/void-linux/void-packages/issues/48500 Description: ### Is this a new report? Yes ### System Info Void 6.6.11_1 x86_64 AuthenticAMD uptodate rrmFFFFFFFFFFFFFFFFFFF ### Package(s) Affected php8.1-imagick-3.7.0_9, php8.2-imagick-3.7.0_9, php8.3-imagick-3.7.0_2 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? https://github.com/Imagick/imagick/issues/609 https://github.com/Imagick/imagick/issues/636 ### Expected behaviour Using the PHP executable should suceed. ### Actual behaviour Segfaults immediately no matter what: ``` $ php -a zsh: segmentation fault php -a $ php zsh: segmentation fault php $ php --version zsh: segmentation fault php --version ``` ### Steps to reproduce 1. Install any php version available in void-packages as well as the relevant imagick (e.g. `xi php8.3-imagick`). 2. Enable imagick in php.ini: `extension=imagick`. 3. Run the `php` executable with any arguments.