Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117870 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 20996 invoked from network); 8 Jun 2022 01:48:35 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Jun 2022 01:48:35 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5ECCF180211 for ; Tue, 7 Jun 2022 20:34:29 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: ** X-Spam-Status: No, score=2.7 required=5.0 tests=BAYES_05, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_SOFTFAIL, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 7 Jun 2022 20:34:28 -0700 (PDT) Received: by mail-ot1-f45.google.com with SMTP id a8-20020a05683012c800b0060c027c8afdso4049763otq.10 for ; Tue, 07 Jun 2022 20:34:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TumDmiGOYuxsrjPib9hZmkZ/5OxVFcCiZWbbypNTk0g=; b=BVk+P2l4RDjFZpVAEn4OHtW1099ZBeRNKFrPytoerjkBFn9neJ+Kx/2TE5Ej5JiCaB C/85g61cBlFMYpD4KNZCYGZecYFVWq8/EJJWrCN5Bf+1dJ/6oeeoDMFaH0G19r4mdZOp NuaRFbLxPqLB1aSblBzZ1rfuCfWDSpJcs1TnNQT0oV0bS2vXVtZ2m7ICEfd6k0Ai0Bwy aV6LlzgF3C6emFlhvg2Jxo+GIRtfyRkjBhKpZeHj7vsv+d9smjhR+OidiBAB3cdX8mDl 5OWQCZmhvVC7BRnRgOFRq0Pb4O84Vx5MrmZz21FvXRIlHYhpU/xYzCEwceiEV46BTl8Q meWQ== X-Gm-Message-State: AOAM530ZF0ru7kv8y/z47dTqTis7YgCDsVLVwt6kG1GmTtznBSnN3c39 YHR0HWuA53NQdsQa0TcQbkWijMP1yPd/ps3a8smzEA== X-Google-Smtp-Source: ABdhPJxAuBMrMtFeosPNpPigtHOD/KHxbRjRKzhpzc5SA6dSpGiONMwX+o5HnS80ju6pNxJO74UVQ7yIFFDNnuXO3No= X-Received: by 2002:a05:6830:453:b0:60c:5d3:9ff8 with SMTP id d19-20020a056830045300b0060c05d39ff8mr3419250otc.250.1654659268367; Tue, 07 Jun 2022 20:34:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 7 Jun 2022 22:34:17 -0500 Message-ID: To: Robert Landers Cc: shinji igarashi , internals Content-Type: multipart/alternative; boundary="000000000000ea6c9305e0e76174" Subject: Re: [PHP-DEV] Re: Adding new closing tag =?> for keeping trailing newline From: pollita@php.net (Sara Golemon) --000000000000ea6c9305e0e76174 Content-Type: text/plain; charset="UTF-8" On Tue, Jun 7, 2022 at 10:27 AM Robert Landers wrote: > FWIW, I think it makes a lot of sense, having used golang's template > language (not everyone is generating HTML with PHP). I think you may > just be dealing with a vocal minority and it would be worth putting to > an actual vote. Even if it fails, we'll learn something the next time > someone wants to change something like this. > While my gut response for the new end tag is in the "no" column, I do wonder if we can accommodate "non-html" scenarios in a broader (maybe more palatable?) way by assuming that if you want the newline to be respected on one line, you probably want it that way for the whole file.