Weakref 0.3.0

Implementation of weak references


A weak reference provides a gateway to an object without preventing that object from being collected by the garbage collector (GC).

License: PHP

This package is not maintained anymore and has been superseded. Package has moved to channel https://www.php.net/weakreference

Changes

- 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)