ref 0.6.0

Soft and Weak references support in PHP


This extension adds Soft and Weak references support to PHP 7 and may serve as a ground for other data structures that require advanced referencing model.

License: The MIT License (MIT)

Changes

Changelist:
- Drop PHP < 7.2 support (BC-breaking);
- Enforce object typehint (BC-breaking);
- Drop windows support (BC-breaking);