[PHP-DEV] Add $outerHTML property to DOM

Hi internals

I opened a PR for PHP 8.5 to add $outerHTML to the DOM extension.
PR link: Add $outerHTML property to DOM by nielsdos · Pull Request #15887 · php/php-src · GitHub
This is in line with adding more functionality from the DOM spec into PHP.
Just checking here if anyone objects to this or thinks this needs an RFC.

Kind regards
Niels

On Saturday, 28 September 2024 at 22:20, Niels Dossche <dossche.niels@gmail.com> wrote:

Hi internals

I opened a PR for PHP 8.5 to add $outerHTML to the DOM extension.
PR link: Add $outerHTML property to DOM by nielsdos · Pull Request #15887 · php/php-src · GitHub
This is in line with adding more functionality from the DOM spec into PHP.
Just checking here if anyone objects to this or thinks this needs an RFC.

Kind regards
Niels

I don't think this needs an RFC considering it is very similar to $innerHTML,
and it is based on the DOM spec.

Best regards,

Gina P. Banyard