Weakref 0.2.6

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 by . Package has moved to channel https://www.php.net/weakreference

Changes

- Remove maximum PHP version