Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105386 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 44085 invoked from network); 24 Apr 2019 19:07:55 -0000 Received: from unknown (HELO mail-lj1-f179.google.com) (209.85.208.179) by pb1.pair.com with SMTP; 24 Apr 2019 19:07:55 -0000 Received: by mail-lj1-f179.google.com with SMTP id y6so17387146ljd.12 for ; Wed, 24 Apr 2019 09:08:35 -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=mlUNkwxXVosPdWzKohlpAMCAkZizssqg4mW1id/ejTU=; b=KzUwN+2WRdpxpwnvLE0axlhQLCAOXY4CpAJr1ymjf+UuZQWt5uEbmg5wAMryodKYFN htNEN9qrxqZZijWm3kKhDGvRlAY7/ldk8cOY4653LGOjb7m2XpsxAXi9CL5QEYsohkZN eUM6JI1Z/SbgsadBuj6GVnxz+JkfAF1j3OxN/gmRp9D4AdGyPSwQ9Z3KqX3C6Ag3hvrR B1kkaZpxVsXdVv1XKrhrm7JsWB1SdlHxdK0JujKCq6tJwYuJBfh53pM1hK7ziZD5iaAj HqZmZ/cIFMc19J3mP7R50NUvn+ojJZDHhvUFCen35aapMNC5EC9axf9+G/mqzhWB5mlq 2TFA== 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=mlUNkwxXVosPdWzKohlpAMCAkZizssqg4mW1id/ejTU=; b=PMiXKXs1rhjSd8oRHwq81g2qCwNzzgU3oTTVFfjpDCoWY0uoP994mybxPoz7zDH5p2 UohdsWipIFNo98duBiDDZUdyS80fLpymKWh0V77CON+ACCjsJDJRmMSO49+Zzgpe2Wys 9DhxJfxynjgxRpufXfqDYxBTHHJRhj++ixwFnmUkGIOyXMR4kGAKsW86jD6Isju+DyJ7 w+RPquFqkwZ27TebWtS01Tq7LABafc+QVYWUJb5WQ/xgkYYH//G64yidTIOZnOmfQhSw mJSe7vMODCmg43ncgzGKcUj4NgpwpXrAikz04jN5QYjLd0EiUKdLo90JvJH+nryP9SRd Hryw== X-Gm-Message-State: APjAAAUWlWgiFo+ww0Ai2d48U9fxbEHf/tKVguGnkFSN05YJEAbVQAew C1nipXsbXaf2BTfqUJsJZpe3T5iyfEaHHR86337ckxrh X-Google-Smtp-Source: APXvYqx3EjJRCvNoyDFO6tYO8jrb66RCdjnoQNMi7l2mCGiAE9iY2qT4Uhb8pjSoplvkLhyEMWLPZjJ0+pkEohCEY5c= X-Received: by 2002:a2e:998d:: with SMTP id w13mr17985785lji.110.1556122115018; Wed, 24 Apr 2019 09:08:35 -0700 (PDT) MIME-Version: 1.0 References: <0ec42fa9-77d1-a203-8425-e72fdd5071f3@korulczyk.pl> <06473788-a34b-f041-36e6-31d19d8dda4c@cubiclesoft.com> <59cafbfb-2bb0-468c-458f-74bcac780e0f@korulczyk.pl> <004c01d4f09f$880ac320$98204960$@roze.lv> <004401d4faa3$60f83700$22e8a500$@gmail.com> <562844948.628797.1556121791361@email.ionos.de> In-Reply-To: <562844948.628797.1556121791361@email.ionos.de> Date: Wed, 24 Apr 2019 12:08:23 -0400 Message-ID: To: Thomas Bley Cc: vsuraski@gmail.com, PHP internals Content-Type: multipart/alternative; boundary="000000000000e49727058748e961" Subject: Re: [PHP-DEV] [RFC] [VOTE] Deprecate PHP's short open tags From: chasepeeler@gmail.com (Chase Peeler) --000000000000e49727058748e961 Content-Type: text/plain; charset="UTF-8" On Wed, Apr 24, 2019 at 12:03 PM Thomas Bley wrote: > Hello, > > I understand that breaking changes always need extra work, but in this > case I think it's a quick change. On my code base (mostly legacy with 1.8m > lines), I ran this and got 10 matches to check: > > Awesome. I got 6,787 over 4m lines. > grep -rin " -v "\.js:" > > Regards > Thomas > > > vsuraski@gmail.com hat am 24. April 2019 um 15:41 geschrieben: > > > > > > FWIW, > > > > I think it's a bad decision, made against the thoughts of clear majority > of core developers - and for hardly a good reason. I believe it illustrates > very well why we need to properly define our voting eligibility rules, and > I hope someone would be up to the challenge of tackling it (I decided not > to pursue it further after the 'abolish' RFC(s)). > > > > A 68% majority which barely clears the 2/3 requirements for something as > fundamental as that - with so many core devs against it - we'll deserve all > the criticism that will be coming our way in 7.4/8.0 from end users > wondering why we needlessly broke their apps and made migration a bit more > of a headache. > > > > My 2c. > > > > Zeev > > > > > > -----Original Message----- > > From: G. P. B. > > Sent: Wednesday, April 24, 2019 2:29 PM > > To: PHP internals > > Subject: Re: [PHP-DEV] [RFC] [VOTE] Deprecate PHP's short open tags > > > > Hello Internal, > > > > The two weeks of voting have now ended. > > The results are 38 for and 18 against (total 56) for the primary vote to > deprecate PHP's short open tag in PHP 7.4. > > This passes in favor with 68%. > > > > The results are 42 for and 15 against (total 57) for the secondary vote > to remove PHP's short open tag in PHP 8. > > This passes in favor with 74%. > > > > Thanks for everyone who voted on this issue. > > > > Best regards > > > > George P. Banyard > > > > > > > > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Chase Peeler chasepeeler@gmail.com --000000000000e49727058748e961--