Skip to content

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 19:25
· 12 commits to main since this release
Immutable release. Only release title and notes can be modified.

Fixed

  • deepclone_to_array() now resolves the IS_INDIRECT slots that internal
    classes may leave in the state returned by __serialize() (e.g.
    Random\Randomizer before PHP 8.3, whose raw property table points into
    the object). The payload previously retained those pointers, and using it
    after the source object was released crashed deepclone_from_array() on
    PHP 8.2.