Skip to content

5.19.1

Compare
Choose a tag to compare
@danog danog released this 17 Jan 11:48
· 342 commits to 5.x since this release
b958349

What's Changed

Fixes

  • Deprecated Template Classes are not ignored by @psalm-suppress DeprecatedClass by @samlitowitz in #10518
  • Implement __set method in SimpleXMLElement stub by @kthaler in #10536
  • Make getrandmax type more specific and unserialize to require class-string by @kkmuffme in #10540
  • Fix mb_get_info can return null - CI failing bc of reflection by @kkmuffme in #10543
  • make basename & dirname return types more specific by @kkmuffme in #10545
  • add support for extract to set variables for keyed arrays and respect EXTR_SKIP by @kkmuffme in #10544
  • remove redundat directory separator which caused "//" in path not found errors by @kkmuffme in #10542
  • Fix empty literal string becomes non-empty-string by @kkmuffme in #10499

New Contributors

Full Changelog: 5.19.0...5.20.0