sandreas / m4b-tool

m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
MIT License
1.12k stars 78 forks source link

PHP Deprecated #215

Closed thecrazyturkey closed 1 year ago

thecrazyturkey commented 1 year ago

Keep getting the same errors. Uninstalled and reinstalled twice

PHP Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/Cellar/m4b-tool/0.4.2/bin/m4b-tool/vendor/symfony/console/Helper/HelperSet.php on line 104

Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/Cellar/m4b-tool/0.4.2/bin/m4b-tool/vendor/symfony/console/Helper/HelperSet.php on line 104 m4b-tool v.0.4.2 an error occured, that has not been caught: Array ( [type] => 8192 [message] => Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice [file] => phar:///usr/local/Cellar/m4b-tool/0.4.2/bin/m4b-tool/vendor/symfony/console/Helper/HelperSet.php [line] => 104 )

sandreas commented 1 year ago

Please upgrade to latest pre-release... I'm really sorry I can't release a new stable but ATM I'm so busy with family things I can't even write documentation.

It might be that the pre-release also shows some deprecation warnings, but these basically can be ignored, it's just a Notice in most cases.

sandreas commented 1 year ago

closed due to no further feedback. Feel free to reopen.