Re: [PHP-DEV] Add $outerHTML property to DOM

2024-09-29 Thread Gina P. Banyard
On Saturday, 28 September 2024 at 22:20, Niels Dossche 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 he

[PHP-DEV] Add $outerHTML property to DOM

2024-09-28 Thread Niels Dossche
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