]> granicus.if.org Git - php/commit
Fix #79487: ::getStaticProperties() ignores property modifications
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 24 Jun 2020 08:03:46 +0000 (10:03 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 24 Jun 2020 08:05:51 +0000 (10:05 +0200)
commitef2130db88e3a1038c485eea9708cb2677dc9adc
tree74411d99659eff5aa9e93cad05d7c1e8b16e35f1
parentf3cccfde9e895a8760a94b87c6516e66eda05761
Fix #79487: ::getStaticProperties() ignores property modifications

When retrieving the static class properties via reflection, we have to
cater to possible modifications.
NEWS
ext/reflection/php_reflection.c
ext/reflection/tests/bug79487.phpt [new file with mode: 0644]