Weakref 0.3.1

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

- Fix a bug where acquired ref would be dtored before the wref during shutdown (#69131)