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

Fix comment and test #5

Closed Jille closed 12 years ago

colder commented 12 years ago

Thanks for these!

Btw, the test you contributed (007) doesn't actually use any WeakRef :)

Jille commented 12 years ago

Whoops. I changed 'new WeakRef' into 'array' to make sure the problem was in WeakRef instead of just PHP itself. I filed a new pull-request.