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

Traverse WeakMap #17

Closed colder closed 8 years ago

colder commented 9 years ago

Allow traversing weakmaps using

foreach ($wm as $obj => $data) {
  ...
}
colder commented 9 years ago

https://bugs.php.net/bug.php?id=68934

colder commented 8 years ago

Fixed in weakref-0.3.0