-
-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Description
Doesn't work on php 8.1 because of classes implementing Serializable: https://php.watch/versions/8.1/serializable-deprecated
All those classes should:
- remove implementing interface serializable
- change serialize/unserialize methods into __serialize(): array and __unserialize(array $data).
Deprecated Functionality: Char0n\FFMpegPHP\OutputProviders\FFMpegProvider implements the Serializable interface, which is deprecated.
Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in
/var/workspace/vendor/codescale/ffmpeg-php/src/OutputProviders/FFMpegProvider.php on line 7
Metadata
Metadata
Assignees
Labels
No labels