Skip to content

Releases: Pato05/amphp-clamav

Amp ClamAV v2.0.0

08 Mar 00:54
ea533dd
Compare
Choose a tag to compare
  • Upgrade to amphp/amp 3.0.0 and amphp/socket 2.0.0.
  • Remove continueScan() from Session as the command is not supported in an IDSESSION.
  • Add unit tests
  • Dropped Phabel

BREAKING CHANGES AHEAD!

Version 2.0.0 uses Amp v3, which uses PHP Fibers instead of Generators, this will make your code faster, but it also brings some breaking changes As a user, you'll have to update your code; you will probably just need to remove the yield keyword and call the functions like you normally would.

To learn more, check the official Upgrade Guide on Amphp Docs.