On Tue, Aug 6, 2019 at 1:34 PM G. P. B. <george.bany...@gmail.com> wrote:
> The voting for the "Deprecate short open tags, again" [1] RFC has begun. > It is expected to last two (2) weeks until 2019-08-20. > > A counter argument to this RFC is available at > https://wiki.php.net/rfc/counterargument/deprecate_php_short_tags > > Best regards > > George P. Banyard > > [1] https://wiki.php.net/rfc/deprecate_php_short_tags_v2 > Side-note: Even if this RFC fails, we should probably still make it an error to use <? without short_tags being **explicitly** enabled, so that we may flip the default to off at some later point in time. The current default being "on" despite their use being discouraged is half the trouble. Nikita