#
0026d8a7 |
| 27-Aug-2020 |
Nikita Popov |
Fix use-after-free is WeakMap key and value are the same Drop the object from the WeakMap as the last step, as this might end up destroying the object.
|
Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1 |
|
#
d8c99025 |
| 31-Oct-2019 |
Nikita Popov |
Implement WeakMap RFC: https://wiki.php.net/rfc/weak_maps
|