Add $outerHTML property to DOM

php.internals

Niels Dossche

1 year ago
Hi internals I opened a PR for PHP 8.5 to add $outerHTML to the DOM extension. PR link: https://github.com/php/php-src/pull/15887 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

Gina P. Banyard

1 year ago
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: https://github.com/php/php-src/pull/15887 > 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