]> granicus.if.org Git - php/commit
Fix #79065: DOM classes do not expose properties to Reflection
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 21 Apr 2020 11:28:01 +0000 (13:28 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 27 Apr 2020 08:04:29 +0000 (10:04 +0200)
commit6bc8f7e5a9949b2ba79376abd1ed13d0b4d0ae3c
tree6ac969977e3b5b4f24ff7aaa936fb727a3851401
parenta2ed731fa5b22e9551c54f9237b56dc71ba37c81
Fix #79065: DOM classes do not expose properties to Reflection

We add a `get_properties` handler which complements the already
existing `has_property` and `read_property`handlers.
NEWS
ext/dom/php_dom.c
ext/dom/tests/bug79065.phpt [new file with mode: 0644]