Open
Description
Description
After upgrading to 10.18.0.8 our database migration tools phpmig started crashing with segmentation fault. Reverting to 10.17.0.7 and everything works as normal.
The problem seems to happen only when using the dev-master
branch from phpmig and not on the 1.7.0
.
Steps to Reproduce
$ mkdir newrelic && cd newrelic
$ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
$ php composer-setup.php
$ php composer.phar require davedevelopment/phpmig=dev-master
$ vendor/bin/phpmig
Segmentation fault (core dumped)
Expected Behavior
The script should not crash with a segmentation fault.
Your Environment
Ubuntu 22.04.4 LTS
PHP 8.1.2-1ubuntu2.14