Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52937 invoked from network); 7 Sep 2017 14:15:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2017 14:15:04 -0000 Authentication-Results: pb1.pair.com header.from=tendoaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tendoaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.171 as permitted sender) X-PHP-List-Original-Sender: tendoaki@gmail.com X-Host-Fingerprint: 209.85.161.171 mail-yw0-f171.google.com Received: from [209.85.161.171] ([209.85.161.171:33556] helo=mail-yw0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/42-10715-76451B95 for ; Thu, 07 Sep 2017 10:15:03 -0400 Received: by mail-yw0-f171.google.com with SMTP id s62so15391044ywg.0 for ; Thu, 07 Sep 2017 07:15:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=UTTOhXaiNrzH66Re04xBwjLnk0cpwcVTVMuimts2JAI=; b=U9stLnilRKEPSBmg6JXgj5/eLjE3n+ckJqC71EFfbMXqZGyBn/UowUVAACvCSQXIJ4 fmG8ZZYAnM2/C+kRqc13xgyv7/2EqwvVE/1aNKI/C9oVhGOMtfp/eKnXI91S/vqOY4jB 1ISC9IH1VIM9qBbHoDLMlIEjd18VhfWd6hRqzjOLOHSlbAECKLIuGNexQpf1bi7ZCjTZ hS4ew1+xqLw1vWk4GSrwebZTaCYKTMCGs1SiQ2MavN0FAGJmsdiTx687jjNUZrp0fOH8 gZN8GHyrrBX7WdPSsIo0kmQFPiMes1kg09CeUkVoP6T4YEW3t5pX6fWwcKTVP6j3dXT9 0BDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=UTTOhXaiNrzH66Re04xBwjLnk0cpwcVTVMuimts2JAI=; b=RTAWXaO+TOPjBFP+eyPU2LBpJbz6Cziq4zAiBf7shmOOAHqGsiFKv6VkK14wxFbO78 B4lpty86DxETKNb7cWyFEjpOxvH65C6jMP1+ORrrROPBrNICjU9xQif5WnE+Vy/kJrdJ ldePG73bs77OF5FVG8aDPYpPxNbZuxikIAT+/fTx+mPOTfSkkIITJWY08VPtYhiOokAb UnG2bnfk81tGFTdMcEt8sgSDOvV1cO3X6bmCYCsab8OP+RTVPAwOToLPVuM2DJ5gB6Gb H+T8F7nQXPXa112v5z8YRvqBL9AM3V2Ln5KVg3kMJ5vPPrzyLfwpX5vil/XnYc27JU5v xxXQ== X-Gm-Message-State: AHPjjUilQTSmFykr9x4lNVLJwJFSx3/+AS5gVZe3mgQf1oq/vym2QdRC Y4Cg+XeP7OOdP0vmgXOqyUccbF6cmA== X-Google-Smtp-Source: ADKCNb5TOCQ881pW0q0mzAoQ2GQi3XkVgbSNoivsRFMuUts7GQ1uKPx5eopICKAE+iwqUwnuKWcGa3DXot+2Pods99g= X-Received: by 10.13.202.134 with SMTP id m128mr2274528ywd.42.1504793700487; Thu, 07 Sep 2017 07:15:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.13.195 with HTTP; Thu, 7 Sep 2017 07:15:00 -0700 (PDT) In-Reply-To: <8C.6B.10715.4A4A0B95@pb1.pair.com> References: <8C.6B.10715.4A4A0B95@pb1.pair.com> Date: Thu, 7 Sep 2017 10:15:00 -0400 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="001a114f1c38fa59c905589a15bc" Subject: Re: [PHP-DEV] Consider only ignoring newlines for final ?> in a file From: tendoaki@gmail.com (Michael Morris) --001a114f1c38fa59c905589a15bc Content-Type: text/plain; charset="UTF-8" > > > Would anyone object to me changing how PHP handles this so that only the > final ?> tag consumes its following newline, and only at the end of the > file? > > Captain Obvious here. It has long been the policy of many large PHP projects to not close the last PHP tag for this reason. This change wouldn't affect them. It risks affecting projects without this policy, and those tend to be older and often private. --001a114f1c38fa59c905589a15bc--