Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106999 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 18360 invoked from network); 12 Sep 2019 20:36:11 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 12 Sep 2019 20:36:11 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id AD07B2D2031 for ; Thu, 12 Sep 2019 11:12:08 -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-x934.google.com (mail-ua1-x934.google.com [IPv6:2607:f8b0:4864:20::934]) (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 11:12:08 -0700 (PDT) Received: by mail-ua1-x934.google.com with SMTP id k12so8298513uan.13 for ; Thu, 12 Sep 2019 11:12:08 -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=yHHehHKQMD3JpW65BK/r3a+My7fka3ADhpHEAaWdVUA=; b=IAZPTvDOozMaFGNnX+CJOIpU5rU7XjmD2lMNBl1BYhp2KuvAtDrvsa3BTCdcJFzdq1 c7nbwOqiM0hj3s39UNrDHv8+wF16YSW1tPwY6jw5a3Ps5WD5YoBI1GkCqYf+PTQnwppn NEbBIsfUkezR1ixzeVz5rE28GH4Y3nARwVwbKsO5pwLPIt+DuyiFgL+vkEbHj8s9H07T bIaYg6MiDd16mynADP0FuxgwgZEGbq6hJj+Sc2+9r1gBbMVt0hJxgKJsB9oBqQ++2uTq qu5oKnHY74rxEO8+ODeOCaaY3FKL8JfIt1m2WCvbFfjl2WUQBxGy5RYJjCjLMoXmtuAy s5fw== 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=yHHehHKQMD3JpW65BK/r3a+My7fka3ADhpHEAaWdVUA=; b=kV75w/OcZk7qMshLFH0j7FCR7bwIbp2CzVp/3+d5kS9TaYVyAmgk4DLDfD14ZoZxRj JYuOTE7HtH7HZBlrCusIkSY7qHkOTJigM1G1+bTGMPt1O2kXoPc7RBxRVhO2OHMKJUi7 9WO5zoIlPPDLJKJt04BSUX72v7n7ZvjYB/hzM7eKLYqbhdltvqgNBm4psoYiUvdw7FDK ohLvOizO3qQIj326h3BO7IEXzYjdPuNGUY+mlChcUYfVdZdkwX6oQR42/Q4hG3dctA4c w+102+Ldqg/8pJmhCbmQINE/x8K1rA98Uk3L1rdMRZfCuViZ/t3X6baBnVqOvkmXA2Pz nT9w== X-Gm-Message-State: APjAAAU6mnpfmqFVI4R66IQJ2A/M0cHyGZWANrCCB/xtEwnL+S9oqxtg 0txaKiHxtHM6ZbAVYWU0M9W9sX/O4sxVxMOrQFw= X-Google-Smtp-Source: APXvYqzW5HLLs17mNmJszLAmqMg+Z1YCmJUhYXL/GpmZvK5PG1KS+UHNSFtbZrv7vSFlHkJoYbc9M8IMG5UAv9bJRfg= X-Received: by 2002:ab0:2855:: with SMTP id c21mr22091054uaq.67.1568311927883; Thu, 12 Sep 2019 11:12:07 -0700 (PDT) MIME-Version: 1.0 References: <076701d56978$86020910$92061b30$@php.net> <078e01d5697c$5512bc10$ff383430$@php.net> In-Reply-To: Date: Thu, 12 Sep 2019 14:11:55 -0400 Message-ID: To: Olumide Samson Cc: Matthew Brown , Scott Arciszewski , Zeev Suraski , Marco Pivetta , PHP Internals List Content-Type: multipart/alternative; boundary="0000000000005bcd2a05925f13a3" X-Envelope-From: Subject: Re: [PHP-DEV] Changing fundamental language behaviors From: chasepeeler@gmail.com (Chase Peeler) --0000000000005bcd2a05925f13a3 Content-Type: text/plain; charset="UTF-8" On Thu, Sep 12, 2019 at 1:58 PM Olumide Samson wrote: > > > On Thu, Sep 12, 2019 at 6:54 PM Chase Peeler > wrote: > >> On Thu, Sep 12, 2019 at 1:33 PM Matthew Brown >> wrote: >> >> > What if Java suddenly said that all properties are suddenly private, and >> >> can only be accessed through getter/setter methods? >> >> >> > >> > If Java announced that the next major version was to make the change >> after >> > 95% of userland developers favoured it and over 2/3rds of their >> internals >> > team did, I'd think "huh ok I guess they have good reasons". >> > >> > >> I call shenanigans on that 95% number. Can you please back that up? >> Personally, I don't think it's even possible to gauge userland >> support because the vast majority of userland developers aren't involved >> in >> the community at all. Those people don't even know this is being >> discussed, >> and probably won't until they start looking to upgrade to PHP 8. >> >> I'm sure you need to read the message properly before replying, he ain't > talking about PHP there... > > Even 95% can be called anything(of users who are involved in the > community, who knows, who are actual users, etc) > >> >> No, I think you misunderstood. I said "What if Java did XYZ" - The reply was "If 95% of userland Java developers supported such a change..." That implies that 95% of userland PHP developers support the changes in the RFC. It wouldn't make sense to say "Well, if 95% of Java userland developers supported the change, then it would make sense, just like we should pass this RFC that 45% of PHP userland developers support" > > For 20 years people have developed code based on that feature. It was >> >> never considered an error, and often not even considered bad practice >> > >> > >> > You seem to be arguing against *ever* changing something that a majority >> > once thought was good, and fundamental to a given system. Lots of things >> > fall into that category - restricting voting to men, segregation, etc. >> > >> >> >> >> -- >> Chase Peeler >> chasepeeler@gmail.com >> > -- Chase Peeler chasepeeler@gmail.com --0000000000005bcd2a05925f13a3--