Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112269 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 60201 invoked from network); 23 Nov 2020 23:57:16 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 23 Nov 2020 23:57:16 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D4C8118053D for ; Mon, 23 Nov 2020 15:22:48 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-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,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ej1-f42.google.com (mail-ej1-f42.google.com [209.85.218.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 23 Nov 2020 15:22:48 -0800 (PST) Received: by mail-ej1-f42.google.com with SMTP id k9so10946921ejc.11 for ; Mon, 23 Nov 2020 15:22:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=YQEOaUadKKjLqvwNIuOsKOztsA8VhlBtHXxXAgbpZSc=; b=tGfhyTxtPTapNPqkEG2Yv3OWqWEX5IxkzjRr3+TXlRRioBZLsM9GCY0omnhSZYbtm1 YpVpcWGQpch0ap4Df/17BsgwhwuZ0dPIWPVQdA4rDVBHqTYZXO99Nw/crJIF8mPMUx+Q Og58oQloL/4XRxOd9/yR7ktvVQXbM02D1nVxoqmZsBe4ui3rpAKBzB5nNRTeBmMxNNOX 10mksJX3baKf/FK7nsI/u0Mt2TMK1s/G4zAD0yNKOZaaDA13JxChELPXI4nrzSwYk4yo CU0b5Zd0JcCByKWRRXu6tLE+1mjxQWpM/SyTT7RKIwrDKrOACBOYfJ0Q1pUTudLw0dLO VsXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=YQEOaUadKKjLqvwNIuOsKOztsA8VhlBtHXxXAgbpZSc=; b=ODD5PpdaCsJlJf8NUhmFyBtYcpCKt5QU9i9dstzwqc5YCVYUdVhDOrpDzotMMx9rgW 3tzVrVVMTQRx5ub/4nH3b/URvpU8TLsrAyl7HdrJcjfYEpZWGnVgmklvJy9cEKDmJkgT 0H1bSqt+v3huvpXgXfIGZd0usKqNYgKFvDUaaQ8op+JQIZFiJtBzTaJi75bFY1ck9MBi 55u9kXVoMS8ibN8Vh+EL91F7tkx4S0jHM6Hx4gmgCpUvCgVpXYSw2FUqFQAwZG5KLys0 fHjqcgoOqLfXV575fwddy8ipUK2yMs1KyPNg12f3ZZIV3MPAflleTlBonLG3hxnWVmDM jFLw== X-Gm-Message-State: AOAM530G4usFz2LPCXDrYOiXvZVWueNCusA4E7sM+8rG0U585Gi18bzz skfxs1kb+CkRze3ozZMY7sH/bzgllHzsK9cYnFs/2rev/u1Hleax X-Google-Smtp-Source: ABdhPJwHaD8otu/CLa3cdH5qD08uHf4LOl2gfPZlC+sGnzjn/dHZZRq4NNdoXu5D3rqUMrqvIMNoME7x+zv1k9MrYFw= X-Received: by 2002:a17:906:95c5:: with SMTP id n5mr1784515ejy.263.1606173766814; Mon, 23 Nov 2020 15:22:46 -0800 (PST) MIME-Version: 1.0 Date: Mon, 23 Nov 2020 23:22:35 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000d18ef705b4ce7881" Subject: Renaming on of the XML opaque objects for consistency From: george.banyard@gmail.com ("G. P. B.") --000000000000d18ef705b4ce7881 Content-Type: text/plain; charset="UTF-8" Greetings internals, I know this is *literally* hours before the GA tag, but I just realized that when introducing opaque objects during the resource to object conversion the XMLWriter and XMLParser extensions don't use the same casing as the classes are named XmlParser and XMLWriter Should we rename one of them for consistency just before GA is tagged or let it be? Best, George P. Banyard --000000000000d18ef705b4ce7881--