Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125707 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id CC96B1A00BD for ; Sun, 29 Sep 2024 11:18:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1727608850; bh=hyC3fsgndDJruakjnorpr4DGxddUw6b9VFxZ70A99BE=; h=Date:To:From:Cc:Subject:In-Reply-To:References:From; b=UJSkegeeR3JdXvaaLXl6kP3p92Ot+KyRU8NVtG1P4m0FnOKxw1/IR4V17wihRkif0 lkHuLwyWUN+xjeaig9vKz30dCz5NQ8JcxK2RYqao2ycE6jL9k6NZIEYZCRzSl0Lk// c+mptJgFfgylSrzU+5XEc8Ze/L8abCQzFDVcaj2FaR4CqFkTWGNf+cWjNrjEBK015o /vzp8xymRD5XS5WfmjUw659qiZ0ahdI+RX5yVnjQvvG+PEULP34I+AKEoEoUDcBUuR c+vhJLYmYFpwIbY8pp+uuWMzvNspoVMhG7RdCX8A5CjmovsqDPBmFbz9Nz58FVNPrB MjxvsAwZ3f35w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6D6F718005B for ; Sun, 29 Sep 2024 11:20:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 29 Sep 2024 11:20:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpb.moe; s=protonmail2; t=1727608714; x=1727867914; bh=hyC3fsgndDJruakjnorpr4DGxddUw6b9VFxZ70A99BE=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=BJlhLoADOEVDWJlfUkJmi1bK3YtnRLodDWx0jFwsX2sOzTsUA+PtgnGjP5Ztp5ajL flg+X2iGSjz6qZgiMK2371R6YMs44aLcG2YeDRSMigW7zdL2+UlQU7hx1SZycX0vlp chHfc9dCi0tX8K1eKxOGzPS9kSfnG+Gh+KWVOPZhdUBC8shHc2CXoPc5EkD2lfK56S nJ5sJlPNWw9dBrsnr0WXUpDdpbolfNd1VnTHrf/EEUpiQqk5qGMuyAVSI1ZD0ijJpS 361PT6wbi0z+Jsk74JUImGoqUQARsKobUN2ReAjaeIro7cCj4XfW0NvkPmQX4Z0jnH 1FoAK5xk8rZhQ== Date: Sun, 29 Sep 2024 11:18:29 +0000 To: Niels Dossche Cc: PHP internals Subject: Re: [PHP-DEV] Add $outerHTML property to DOM Message-ID: In-Reply-To: References: Feedback-ID: 96993444:user:proton X-Pm-Message-ID: c63f31952e016774478f6611f989825c666ecf68 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: internals@gpb.moe ("Gina P. Banyard") On Saturday, 28 September 2024 at 22:20, Niels Dossche wrote: > Hi internals >=20 > 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. >=20 > Kind regards > Niels I don't think this needs an RFC considering it is very similar to $innerHTM= L, and it is based on the DOM spec. Best regards, Gina P. Banyard