Skip to content

Add support for php 8.1 #63

@domeglic

Description

@domeglic

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions