Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106983 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 85831 invoked from network); 12 Sep 2019 19:29:36 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 12 Sep 2019 19:29:36 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 6C56A2D1FBB for ; Thu, 12 Sep 2019 10:05:32 -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-yb1-xb2c.google.com (mail-yb1-xb2c.google.com [IPv6:2607:f8b0:4864:20::b2c]) (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 10:05:31 -0700 (PDT) Received: by mail-yb1-xb2c.google.com with SMTP id u68so8941968ybg.1 for ; Thu, 12 Sep 2019 10:05:31 -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=qNEcT3NtSF8VWJKpNXt4DQEgDo7dft3M0sCyY4z3bwk=; b=eYVta8vB/wVjpSkuuKlkRjZNPp2IL4/84iN75v+dwnsqrzjDS6haXITLEzgD1lKeuj GbjUZIXVvcdSP8qVPZ1USF7jvcypXZG7juRXFJQLgHKR9BoE8drgP0jz1A+Av9uEsPtB ld5bWnIv/CBkHrA90YNG5yMvDx+00qKUX+lp70x8NVh/ZMRKDOKzCejt/vAW8STfn0Tx J5nYhyIgcUYaXqMZLYYfTtmbkvPUd2lbtWUuiscL/Fzo4lmNcJuotFYkwryRYJCRMACm z2R84fPruEfN+WG4A5dTFlkJwAqfnWUXsyvjSUtTVa2XmuW7Z8T/barzbmvg8DsiRYN3 3/BA== 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=qNEcT3NtSF8VWJKpNXt4DQEgDo7dft3M0sCyY4z3bwk=; b=I76eIAzfDYJQE8r3sWVWgkSY4rUpTPTm9H5q/DD8pqd8jMolw8w8iAHb8k8zrF/unp 879BEs6VZKm+iQzMcXzWcrfeD8yWLjMvXpJngc5/vKJoE+K6cOms/qS5pN6Pm3zDLDEU nv/5VwYBthdjz/sniO+hv0uYoPfPLBde0otSVUrAEVeT4HAzM4TPXYJ6W3kzLRdkEkEr JqgxX7gtLao12Xm1A9C/Z06br1iCxFCt7DIAumLTfMGC64oCNHy56W/4zEuGvkE2p1eF t3zDnxnPboYP03ErubzF3AHQKd4QSL0MtxGKFBRnH2re0DX9/tEHY6zWEmJlqd7F36nV gScQ== X-Gm-Message-State: APjAAAVlQw6JBfiwkpSwALBwkikHnCNmNa5L9gYcOXmsic+UqJzFnzUU DQAexidqNUOUuW9TGdY8WQlGMVzZuhWo1OIkXW8= X-Google-Smtp-Source: APXvYqwcQYKrHqs0lwvhCZ3VaU0qdOqQiRHiFmn9kepPsCoxWEkDGsn+ycVp+x3Uwmo6kezXiyw1X8p8HZ9f9dlpLC8= X-Received: by 2002:a25:bec5:: with SMTP id k5mr2490727ybm.259.1568307931294; Thu, 12 Sep 2019 10:05:31 -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 13:05:19 -0400 Message-ID: To: Chase Peeler Cc: Scott Arciszewski , Zeev Suraski , Marco Pivetta , PHP Internals List Content-Type: multipart/alternative; boundary="00000000000024b28d05925e25a9" X-Envelope-From: Subject: Re: [PHP-DEV] Changing fundamental language behaviors From: matthewmatthew@gmail.com (Matthew Brown) --00000000000024b28d05925e25a9 Content-Type: text/plain; charset="UTF-8" > > that don't fundamentally change the language There's clearly a big disagreement about whether this is a fundamental change or not. Preventing something that the entire field of software engineering frowns upon (and that most PHP developers avoid like the plague) doesn't seem like a *fundamental* change. --00000000000024b28d05925e25a9--