mirror of
https://github.com/php/php-src.git
synced 2026-04-20 06:21:12 +02:00
Userland property infos are no longer duplicated since PHP 7.4, when we stopped setting SHADOW flags on inherited private properties. Stop duplicating internal property infos as well. This requires switching class destruction to work in reverse order, as child classes may be reusing structures from parent classes, and as such should be destroyed first.
37 KiB
37 KiB