colder / php-weakref

PECL extension that implements weak references and weak maps in PHP
http://pecl.php.net/weakref
Other
36 stars 13 forks source link

Exception thrown during shutdown #15

Closed bmadzar closed 8 years ago

bmadzar commented 9 years ago

This is a pull request for bug 69131

I've patched the destructor to release any strong references before setting valid to 0. This seems to fix the issue, though there might be something I'm missing.

bmadzar commented 8 years ago

Fixed