这是indexloc提供的服务,不要输入任何密码
Skip to content

12.5.0: SequenceInputStream, PHP 8.5

Latest
Compare
Choose a tag to compare
@thekid thekid released this 22 Jun 10:18
· 1 commit to main since this release

Features

  • Merged PR #352: Add io.streams.SequenceInputStream - @thekid

Bugfixes

  • Added forward-compatible handling of self and parent for PHP 8.5,
    which resolves these types at compile-time, see php/php-src#17755
    (@thekid)
  • Added PHP 8.5 to the test matrix to ensure compatibility with the
    next PHP version, see issue #351
    (@thekid)