Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107012 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 46640 invoked from network); 12 Sep 2019 21:39:53 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 12 Sep 2019 21:39:53 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 412F12C1C10 for ; Thu, 12 Sep 2019 12:15:51 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp3.php.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Virus: No Received: from mail-ua1-x932.google.com (mail-ua1-x932.google.com [IPv6:2607:f8b0:4864:20::932]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp3.php.net (Postfix) with ESMTPS for ; Thu, 12 Sep 2019 12:15:50 -0700 (PDT) Received: by mail-ua1-x932.google.com with SMTP id f9so8395366uaj.4 for ; Thu, 12 Sep 2019 12:15:50 -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=TnLLa5AmX0zhK9HuOlO1NeTMiagfPmZzbclZUqItRF4=; b=qr9uCbi6B5OvKlCP0fY5fW6UVtMmcP1yYRlzZV6/oW7sRTREyl++CUvzFgqvrQs+2q TXbWps0V9Bli1PQOQp/V73/XjHbysCZF2kHDjEYvp3joNsk2318fD8/jKK5wrctMT7f3 WuF2qBV4eH9xCNVDk+YGyYF7EUuUdLZkyDgsqf5IKumBGCvTxEwM8R17eGx8U6TB/N+E A0j1GWPfWyvVLvBcTj4lejLx6L8SaAsp0a0+PeFOC6FBXRDNhSIHOfhtljieCyqmoevE ZRj3f6J3X9WuPFkNbuxVRPiaJmuRfc82Rz6GzH5xCdMUf8YQSr27DZicEqC2oUihH1m/ +52w== 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=TnLLa5AmX0zhK9HuOlO1NeTMiagfPmZzbclZUqItRF4=; b=CggaORXhKNWDukeIkRJob3x6t3Gv76pI6/Jdb+bBqiH2STLcqbYa5SHavKn8nhRot+ 5Rt5qhA8MW1BUzVgzDAFDW73DNB0R6JkRnswkoye+NSvvUogkP/8+coMQZYM5LKbBpU1 H1rgsn/Blh2UdpTHzg86CQLs10C3WFIUL3DRITw5RWCcEIz5xZkt4oTHGIcJ8R5+37rt suzn9C0E5sgWg1az6t8Kwa+6kiJ37N+gC1eoVyYxBHZKgy3ORkNzAHxVE3xZHMBcjAZd 5tyfrYB8RlOkn4cbgeBUcYX1j3vx4/RcT6XHppWmtI75TaU1xmf39lsT6xnruLhXzTWn he7A== X-Gm-Message-State: APjAAAWke6s+IVQsbCga2WH646G+lflKwyZJf/rI8rHeb7x65rMsBr1q VnMBAYg0j/zh5vx51H043/mQmefnx2VZ8OoVM54= X-Google-Smtp-Source: APXvYqwAH7AeJ3Cuuf5OjwqRVNfp/usGQHurzXA7EwvC5xuH6TncaDjy5znpvItaEeQLlx+NvYfZs13TkQ/6ndWWntw= X-Received: by 2002:ab0:2855:: with SMTP id c21mr22271010uaq.67.1568315750123; Thu, 12 Sep 2019 12:15:50 -0700 (PDT) MIME-Version: 1.0 References: <076701d56978$86020910$92061b30$@php.net> <467be4a0-dd8b-29d2-0b09-a3efd7fad56a@heigl.org> In-Reply-To: Date: Thu, 12 Sep 2019 15:15:38 -0400 Message-ID: To: Olumide Samson Cc: Michael Babker , Peter Kokot , Internals Content-Type: multipart/alternative; boundary="0000000000002e8e6d05925ff7ba" X-Envelope-From: Subject: Re: [PHP-DEV] Changing fundamental language behaviors From: chasepeeler@gmail.com (Chase Peeler) --0000000000002e8e6d05925ff7ba Content-Type: text/plain; charset="UTF-8" On Thu, Sep 12, 2019 at 3:06 PM Olumide Samson wrote: > On Thu, Sep 12, 2019 at 8:00 PM Michael Babker > wrote: > > > On Thu, Sep 12, 2019 at 1:51 PM Peter Kokot > wrote: > > > > > Just a dumb idea, since there clearly is a majority in favor of the > > > change with these warnings and strictness and all that now... Why not > > > making something like an LTS PHP 7.x where all the legacy code would > > > work OK as long as practically possible and 8.x+ would be the future > > > of what the developers want and not what business wants? One who won't > > > upgrade due to the BC breaks also won't need the new features anyway > > > very realistically. > > > > > > > Please don't tie the notion of LTS with the idea that a new major can > break > > BC at will or create larger scale breaks because the previous major has > > extended support. Sooner or later that will end up back at the ++ idea > and > > fragmentation encouraged by the language is a bad idea. > > > > Not sure you are really seeing the goal... > > Why is LTS not a good idea? > And, if the majority want this or that, can we just blow everything into > full dictatorship where i can host my fork of PHP doing uncountable > unwanted things i can call it..? > > Any which way, i think the majority of us are tired of writing bad codes, > but since the language is allowing it we don't have choices than to spend > some hours or weeks later debugging the wrong or right line we did that > last "big mistake", who knows there might be another line smiling coz i > haven't detected it... > I can write good code without sacrificing the flexibility provided by PHP. Don't force ME to write code a specific way because you aren't disciplined enough to not write bad code without the compiler forcing you to do things a certain way. Of all of the justifications for this RFC I've heard, "I can't stop writing bad code as long as I'm allowed to" has to be the worst. -- Chase Peeler chasepeeler@gmail.com --0000000000002e8e6d05925ff7ba--