Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107784 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 23798 invoked from network); 9 Nov 2019 19:46:18 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 9 Nov 2019 19:46:18 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 2E7C82D217A for ; Sat, 9 Nov 2019 09:36:45 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp3.php.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp3.php.net (Postfix) with ESMTPS for ; Sat, 9 Nov 2019 09:36:44 -0800 (PST) Received: by mail-wm1-x32b.google.com with SMTP id b11so9226807wmb.5 for ; Sat, 09 Nov 2019 09:36:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=beberlei-de.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=kr1cSlDXZiPORKosWm+y11b8YwIBpyI3x+kW9WqBsxg=; b=ZgGhXr06aw8tpwGP6W1IBNJVRxNmfy3rVwcjMBZg5V4aVPe5V7fu0WAbH6SKRE48wr b+WC8ALzrkYHMtKg9OemPd61/99oYWh0mpSe3rNf6PWmz7GVdEGgDLwjDz4vGMfzS5GA py+cefYN7v672fsOtjDIO1s8XxNYg0jKKaMGwKu/Gkt3bYFUmqbcxaDTR+ziXIWV0j9D tHgSzaTtiXgzTw/XhhrTAiK1h2OOXwFrW5zzpzSQDHw3n5K6H8bPmqpGCvhyjcorBZGm 4+OLh0ZgUbN39rdWiTJT7ES08xbMygZZrk7/qK4vaDC9AgGC6an2LdmgHxD9D82n/oc1 Ur9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kr1cSlDXZiPORKosWm+y11b8YwIBpyI3x+kW9WqBsxg=; b=tGTSh6ZG7LLjOJNZ5n0GtMkVSxlJvOdhGGilTHPUgiYtB6Ry2RiInJurqPxuzR/xEh bQ2lUzcLen/7FBRLhC/yDO9m6/0TA4LI2hmYkYPtux/p65m0ZLggCgL4NIDTclpygqGp hkYq+zjNlDneaS0o+Wh96HfnWuytMWkyZGx1dxoyrck+BDjgubMcgtfwW+2Rt70HFhwn Fu2zV783fGabwQ+mgPljQXXa6PX/Rb7cn2uVYWXHTvEYDbcsGeNtJqjzI4qY5NK15J8F 4GLsUwDZEH7jXInspe3uElu58WoXKJzSlUPR2MF2cPEIbsvaxY5Z+UuP/zhThdsL9HcO Iq5g== X-Gm-Message-State: APjAAAWjrbPyy8OF7YRifF5zGv9UasBaTUftu3xbQoTGqeT1pVFy5/NU OC4hSRslK/YmOcWBOCueTdxzicGXIZ6tHIagu0PoTUnWLn0= X-Google-Smtp-Source: APXvYqyjP+w3kgceuhC5qAhmvEgGaqXuHyltzyVhswROtDZypX99RF/eyH3f9+b3OeRxDTqDGvhHj+HiIAmvX5kCERk= X-Received: by 2002:a1c:7f94:: with SMTP id a142mr12932022wmd.33.1573321002684; Sat, 09 Nov 2019 09:36:42 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 9 Nov 2019 18:36:31 +0100 Message-ID: To: PHP Internals Cc: Thomas Weinert Content-Type: multipart/alternative; boundary="0000000000007ba87a0596ed572d" X-Envelope-From: Subject: Re: [RFC] DOM Living Standard API From: kontakt@beberlei.de (Benjamin Eberlei) --0000000000007ba87a0596ed572d Content-Type: text/plain; charset="UTF-8" On Fri, Mar 22, 2019 at 9:14 PM Benjamin Eberlei wrote: > Hi Internals, > > Thomas and I are working on updating the ext/dom to add support for the > current DOM Living Standard API as standardized here: > https://dom.spec.whatwg.org/ > > https://wiki.php.net/rfc/dom_living_standard_api > > This RFC is targeting 7.4 and contains three independent changes: > > - a set of new methods and interfaces that can be implemented BC as > addition to the existing ext/dom. > - a removal of a few "dead" classes that are exposed to userland, but > neither documented nor containing implementation code. > - a compatibility layer to switch the implementation between DOM Level 1-3 > and the Living Standard in places where BC is not possible. > > A pull request includes a nearly complete implementation of the new > methods, but nothing of the cleanup/compatibility yet: > https://github.com/beberlei/php-src/pull/1 > > We are looking forward for your feedback. > > greetings > Benjamin > Heads up, I will start the vote on this RFC on Monday. Given ext/dom argsinfo stub patch is finally merged I could add support for arginfo stubs for this RFC as well, so there is only one refactoring task open to reduce code duplication, which I will do after RFC acceptance. Based on feedback here and private mails the RFC now only contains a single change, the addition of new methods and interfaces from the current DOM standard that can be added with minimal BC breaks. --0000000000007ba87a0596ed572d--