Skip to content

0.7.0: SSL / TLS support, PHP 8.1 fixes

Compare
Choose a tag to compare
@thekid thekid released this 16 Sep 21:21
· 297 commits to master since this release
  • Fixed PHP 8.1 compatibility for IteratorAggregate / ArrayAccess return
    type declarations
    (@thekid)
  • Fixed issue #4: Cannot handle binary subtype 3 - @thekid
  • Enable SSL/TLS if ssl=true or tls=true is passed in the connection
    string parameters; implements feature request #2
    (@thekid)
  • Made params for Collection::command() optional - @thekid