Skip to content

Releases: colder/php-weakref

Weakref 0.3.3

13 Dec 14:14
Compare
Choose a tag to compare
  • Restore dtors to prevent crash in multi-requests scenario

Weakref 0.3.2

24 Jan 12:01
Compare
Choose a tag to compare
  • Fix crash in wr_store_tracked_object_dtor

Weakref 0.3.1

11 Jan 17:00
Compare
Choose a tag to compare
  • Fix a bug where acquired ref would be dtored before the wref during shutdown (#69131)

Weakref-0.3.0

11 Jan 16:20
Compare
Choose a tag to compare
  • Support PHP7 (Big thanks to Julien Pauli for helping with the upgrade) (issue #19)
  • Add support for cloning WeakMap
  • Iterating WeakMap now yields objects as keys (issue #17)