mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
The array merging function may still hold the properties array while the object is already being destroyed. Therefore, we should take into account the refcount in simplexml's destruction code. It may be possible to trigger this in other ways too. Closes GH-17421.