Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105956 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 91340 invoked from network); 17 Jun 2019 13:41:12 -0000 Received: from unknown (HELO mail-lj1-f170.google.com) (209.85.208.170) by pb1.pair.com with SMTP; 17 Jun 2019 13:41:12 -0000 Received: by mail-lj1-f170.google.com with SMTP id a21so8824394ljh.7 for ; Mon, 17 Jun 2019 03:55:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=A1YMNgB8bnE9fr3mq73H/ft1p8PZwTDE0ZpNvohkRMs=; b=Et4vU+3uLKDDHOpDHzjQuaXRc1PeQLamn7TP5oL7ZMym4D273ytD5pCYWcHfsiUI/4 jg0UyANnK14Q3O0K05RRoVbQROlQtjNDclpPgp9HWdqOxHIa0ipandQ0mJvTVctJMaK+ Geima+zhFqqTekJCAKX/QLs/l2ivKrAXELClvA6jv0dVGv7nNspO77fCkJMlproQy+KO z0kHE3qqI7vvdjyVfw/ltbQ02MQ+VhykefrU5fYCfX7rBwaEzhLG0KA+UeD6lQPmvBEq HvV1PiPqCRvAAJyv/j30SSoweStKA7bRQVyVritAMDZuHpQQnasAo1QJLulflHfHLyn7 iMpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=A1YMNgB8bnE9fr3mq73H/ft1p8PZwTDE0ZpNvohkRMs=; b=bQ4zmhHagyEtaZOTuWESM0Uyc5UHCvKRQDwWEHx4x5qrtu2oJ+Y4WZmEPtXGGV/Mbq zu65OIY9LhHg7iS8w4I3tSRtCHtjKbLTDqdksJpoy6j+JkUPvPLlEi7/UiVASPqIYdqi n7hfVTLH6/Tfco8r445d/uRwNiAaDTlC23IGJ2pQguG6XYuRZ56/pstlNvKGytXXRRrY kgdA6PPh96hUPwQyJ4Di+mWuOPYzVqMBxB/92Zv5WCgB3aiLenRJOl9qVLzggFZLPYYE xfuNFifnO0ikbFHDXZqJTd04HjoP6PBrYkjTjLBlEnWxtzyAlqojrvKmzEel/moEcOIX 5A9Q== X-Gm-Message-State: APjAAAURpNr4NA93sO3pVb+6R22bvv8lSoak2UdV3HqlLga23OAFqx2T bkWZOXRtWd9U3YH/PCo0Y8QrcI431CEe+i9bqw8= X-Google-Smtp-Source: APXvYqzfEOE16nq8/5I2Bcl7YlPoZa+Kh96vgPAH+QuoyoirBsnzUjQEyg6K6yDksNBnxDtoYiV/E4RzItPGeiCO6YU= X-Received: by 2002:a2e:9685:: with SMTP id q5mr10735758lji.227.1560768919692; Mon, 17 Jun 2019 03:55:19 -0700 (PDT) MIME-Version: 1.0 References: <49A4B76C-4C62-4CBE-BA20-FBE56CA29AB0@cschneid.com> <609E93CF-099B-446C-AD28-04F1D802C9F0@cschneid.com> <000401d4fac8$ae592cf0$0b0b86d0$@roze.lv> <961cee8e-8185-b7b2-2b51-838946d2c7d2@gmail.com> In-Reply-To: Date: Mon, 17 Jun 2019 12:55:03 +0200 Message-ID: To: Peter Kokot Cc: Zeev Suraski , "G. P. B." , Stanislav Malyshev , Derick Rethans , PHP Internals List Content-Type: multipart/alternative; boundary="00000000000008e8aa058b82d572" Subject: Re: [PHP-DEV] [RFC] [VOTE] Deprecate PHP's short open tags From: nikita.ppv@gmail.com (Nikita Popov) --00000000000008e8aa058b82d572 Content-Type: text/plain; charset="UTF-8" On Fri, May 24, 2019 at 6:53 PM Peter Kokot wrote: > Hello, > > On Sat, 11 May 2019 at 20:56, Peter Kokot wrote: > > > > Not trying to rush anyone to something they have no energy working on > > anymore here but what's the plan here then? And what plan is there > > with these short tags on the long run? > > I'm just checking then why is this RFC in the pending implementation > state if basically we're on a way to have the short opening tags in > PHP for ever... Maybe we should then enable them by default to have > the other way around situation of having both tags for few 10 years > and then ditch the long one if it's not going to be deprecated in PHP > 7.4 and decided what to do with them? > > https://wiki.php.net/rfc/deprecate_php_short_tags > Girgias has put up a new implementation at https://github.com/php/php-src/pull/4263. If short_open_tag=On and