Closed gregoriopellegrino closed 3 years ago
This seems to be completely unrelated to WP-CLI. From what I can gather from the error message, it seems to be a bug in the https://github.com/alchemy-fr/BinaryDriver package, which calls the Symfony Process component in an incompatible way. If it is not compatible with some versions of the Symfony Process component, it should state so in its own requirements.
Bug Report
Describe the current, buggy behavior
I am using the PHP-FFMpeg package, installed via composer. When I call the function that uses it with wp eval, the execution stops with error:
If I launch it from web interface, it works without problems.
Describe how other contributors can replicate this bug
composer require php-ffmpeg/php-ffmpeg
wp cli eval "test_ffmpeg();"
Describe what you would expect as the correct outcome
Get the correct information from ffmpeg.
Let us know what environment you are running this on