Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106278 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 19074 invoked from network); 24 Jul 2019 06:31:49 -0000 Received: from unknown (HELO tbjjbihbhebb.turbo-smtp.net) (199.187.174.11) by pb1.pair.com with SMTP; 24 Jul 2019 06:31:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=php.net; s=turbo-smtp; x=1564545307; h=DomainKey-Signature:Received: Received:MIME-Version:References:In-Reply-To:From:Date: Message-ID:Subject:To:Content-Type; bh=+I+n99sJJDQZGw5BeSNWyBxxS oTWb7QYR/RtJShUbdA=; b=xjizxLaEIXc2ForMHY/znxjY9i1h0XeHrBy/W/fPS r8u8HWF6zSgJhp72ER+O4CBxgMNeFdyMlP+yK6XJ91BC1gU4rR9KF4C/+UyOU4ZD C7TDOtz27AWRBepwGhp2wl6Z9Nu7WsfKWxVmN50bqkJzDhhOcCFHjXnwFYSa8Po9 Yw= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=turbo-smtp; d=php.net; h=Received:Received:X-TurboSMTP-Tracking:X-Gm-Message-State:X-Google-Smtp-Source:X-Received:MIME-Version:References:In-Reply-To:From:Date:X-Gmail-Original-Message-Id:Message-ID:Subject:To:Content-Type; b=VkEEXGqMPpgsNnC1N0JKmcUHbzQ7z5asTTpU8R7EiPxx6W5uZ4J7trvSoSc51I bWt4YRjrWQrB7E7NVggbG7vAqlIjg7xPqFVWo+HWflwM9yOoidf/tQUXOI8XCFy7 ebzKGpjwB4onpagGVs5BfkT+Tn8DxGiCrULS32BVQHgcE=; Received: (qmail 23437 invoked from network); 24 Jul 2019 03:55:07 -0000 Received: X-TurboSMTP-Tracking: 5179667995 X-Gm-Message-State: APjAAAVozllvNJVl38yef7hK3lOGZSull44YtoIID8j/gwydKHt3UC1H nKfuvQUWlwUZr0BSRjKeDrnbfzoUIXyjJjNrDBc= X-Google-Smtp-Source: APXvYqwm0ovuDu3JXQoq0ZxDUqQkpBSIvIwDN7cJHNUOlwg0vLGFKO9zAfSc3ul6Xjs67Iae7up/d1d9/WEtb8cFuuM= X-Received: by 2002:a0c:9932:: with SMTP id h47mr56772424qvd.147.1563940506770; Tue, 23 Jul 2019 20:55:06 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 24 Jul 2019 06:54:55 +0300 X-Gmail-Original-Message-Id: Message-ID: To: "G. P. B." , PHP internals Content-Type: multipart/alternative; boundary="0000000000005b23e9058e6546e0" Subject: Re: [PHP-DEV] [RFC] [DISCUSSION] Deprecate PHP's short open tags V2 From: zeev@php.net (Zeev Suraski) --0000000000005b23e9058e6546e0 Content-Type: text/plain; charset="UTF-8" [Had an issue with my email client, apologies if it ends up being sent twice] On Tue, Jul 23, 2019 at 8:55 PM G. P. B. wrote: > Hello internals, > > Due to the controversy after the initial vote on the Deprecate PHP's Short > Open Tag RFC [1] here is a new RFC to deprecate them written with the help > of Nikita Popov . > George, Thanks for creating a new RFC instead of going into a bit of a procedural limbo. I appreciate that. Everyone, Much of the feedback for v2 was around the problematic idea of changing behavior between 8.0 and 8.1, but little was said on the premise of the proposal itself. Much like the original RFC, the rationale for this deprecation remains quite weak. The differences are that it's clearer now (3 separate motivations were rightfully condensed into just 1), and the bogus motivation that this would somehow simplify the parser was removed. But same as with the original RFC - this RFC creates the impression of a problem that doesn't really exist, and then provides a way of fixing it - while the 'do nothing' option remains a vastly superior outcome in terms of gain vs. harm. The simple reality is this: - Absolutely nothing changed about