Bohdan Padalko
Bohdan Padalko
Are there any info regards this issue or any ETA perhaps?
Hi @murilolivorato, what a bummer, I feel your frustration. Unfortunately, the packages in pinepain/php PPA were published on 2018-03-01, far before PHP 7.4 was released and were never updated after...
Closing as project is no longer actively maintained.
@colder look how I implement notify callbacks functionality in my code in `php_weak_referent_object_dtor_obj()` at [php_weak_reference.c:L126](https://github.com/pinepain/php-weak/blob/master/php_weak_reference.c#L126), the only drawback is if exception thrown in original dtor and in any of notifiers,...
I follow python's [`weakref.ref`'s](https://docs.python.org/3.5/library/weakref.html#weakref.ref) notify appoach where notify callback get called with a `weakref.ref` object as a first arg **after** referent object destructed.