Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106408 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 3537 invoked from network); 7 Aug 2019 15:45:14 -0000 Received: from unknown (HELO mail-wr1-f48.google.com) (209.85.221.48) by pb1.pair.com with SMTP; 7 Aug 2019 15:45:14 -0000 Received: by mail-wr1-f48.google.com with SMTP id c2so88108961wrm.8 for ; Wed, 07 Aug 2019 06:12:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=AvcUApnRmk0pTi2xS/ABj/U8AsE5EVu5MdzH4HyDhdE=; b=ldNnOC6aW4uOJhPiuyvUOH/81uJQUYLda/Pueh/wYGyyejUpj4+8NZOD6vG18pNEKv CVzPRLtc7GNtp0zVHMauON/4XyE2CIjT/vpOM6mYuznvNthhVnCuOM4FQmd9L5f/y3r0 XhV1yZ3OvvE9NIfww6REfnX05YM7FV3FyDydqjWR2Sxkh9U1MupF7tesx/e3rN7+3etZ OHJvg7s4hIDAyzf7SO/m6RoTaf84FQ8Lgs5U0hoRQGlvrKw/UBZkeMr2Rw9o2xDD/Kq2 dZSgbOY15AML4auzpnzT8WNGGjf/B9h6hBrasrMacWILxouvvBg8SPOsC5AmQ1+PLKdj ODcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=AvcUApnRmk0pTi2xS/ABj/U8AsE5EVu5MdzH4HyDhdE=; b=Va/GuSMEnf2gtzQ8MC6hoQLTnbqaBQv5Cw9tUrHCZ73RiIZrbc7hAE2PE3wpGSH4iJ +I2F5CXEo2g/3tEWOKYAyQipklmeJT7ZhBBPNE5KPMvztuJau2d8EAMB18gc1a6zv0BR VoaRtmOAiHkIF4fXZJrnxm015YxeemnKC9o6FhCXP79E/uPGt88D6mmKNCSNVLTOO2Pl PD3JAJ8jj5eEuIXKgxogZaiz4lH8B9Gt3mMsu42+fW/lNEWPHbAd7DqqyYrWWXSj2XTg tF+YBB0N4xxr1K+ZOyYrGU1g/KjkJxmUB8KztHHr1NYBy5WUENFipQy6eNIyvDKXnO4z eg3Q== X-Gm-Message-State: APjAAAXTRYCe/5WAfsVWvI9c0y/MhvaD4ZyZSSVX6QYV5bJpmLt65Tru 8n7Pc9IGlNLLCuaOT7KHkjiENpZ5 X-Google-Smtp-Source: APXvYqzL9tIEda7hGqnTh7oMTO5twvCxBbcOMOF08GNloQldsMT1MMM5wKST1VNRMUar+F8U0ZT8+A== X-Received: by 2002:adf:a74f:: with SMTP id e15mr4683088wrd.302.1565183527707; Wed, 07 Aug 2019 06:12:07 -0700 (PDT) Received: from [192.168.0.16] (cpc84253-brig22-2-0-cust114.3-3.cable.virginm.net. [81.108.141.115]) by smtp.googlemail.com with ESMTPSA id c187sm5500283wmd.39.2019.08.07.06.12.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Aug 2019 06:12:06 -0700 (PDT) To: internals@lists.php.net References: <31F25B65-D8D0-4F33-97A9-C978CBA8A7D6@gmail.com> Message-ID: <7afb42cc-7193-769a-303f-41f1a3366402@gmail.com> Date: Wed, 7 Aug 2019 14:12:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB Subject: Re: [PHP-DEV] [RFC] [VOTE] Deprecate PHP's short open tags, again From: rowan.collins@gmail.com (Rowan Collins) On 07/08/2019 09:11, Nikita Popov wrote: > To clarify: What I had in mind is that use of only if short_tags is left at its default value (of On). If short_tags is > explicitly Off or explicitly On, everything works as usual. Embedding ?> in PHP code requires an explicit short_tags=Off right now, so the > situation there shouldn't change, unless I'm missing something. Since it would behave differently, it wouldn't make sense to say that it defaulted to "On", but that actually leads to an interesting feature: add an "error" mode to that setting. So the options would be: - error: any use of "