Skip to content
This repository has been archived by the owner on Jul 8, 2018. It is now read-only.

Rename Weak to Ref and upgrade to work with latest php-ref ext

Compare
Choose a tag to compare
@pinepain pinepain released this 10 Aug 21:28
· 10 commits to master since this release

While this release is a patch-release, it may introduce some BC-incompatible changes because of improvements and bug fixes in php-ref extension.

As of php-ref v0.2.4 notifiers get called even in case of exception thrown in previous notifiers or referent object destructor, which means that WeakMap now will be properly cleaned up in such cases.