Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107026 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 91150 invoked from network); 13 Sep 2019 00:15:57 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 13 Sep 2019 00:15:57 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id BF28F2D2032 for ; Thu, 12 Sep 2019 14:51:56 -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=-1.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS36351 199.187.172.0/22 X-Spam-Virus: No Received: from tbjjbihbhebb.turbo-smtp.net (tbjjbihbhebb.turbo-smtp.net [199.187.174.11]) (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 14:51:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=php.net; s=turbo-smtp; x=1568929916; h=DomainKey-Signature:Received: Received:MIME-Version:References:In-Reply-To:From:Date: Message-ID:Subject:To:Cc:Content-Type; bh=Il4GE12tCohFWdU3p5aTbz obuM53aDJVpX1QMs3AYRM=; b=zRga/m73xCSq7VtcRHuqx1AxxeFo0yV91nS8Ca s3IFBj/b7GgOnwBsdXp3AebZ2lJZHsnwBkqBVf2FZ5za5rezVu9QmXaZ3DL7M9vk pfHlEl7SSgBLZYhoBYOqISZj0VNW30xUSy87Lr9ePkl8QuZEwkBmyEqdA41ZH/Oi HI68Q= 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:Cc:Content-Type; b=nj9inKpGGIPR4UbNCaMwOnCXzKV7O7tf2DFhUUqzjXOpQXaDI5ILW8mrbN8WyV D+h+y2ZQl4DHYEA0XdNU8+V4Gq6ybQPveRUG7YdjXL2l9ZIGTMwzmaR+jUk3ZWzC 5G4x8kfrgmjDJAzcnDPdOUZQIxHw5aIGeTjoaOlb/frQ0=; Received: (qmail 8608 invoked from network); 12 Sep 2019 21:51:55 -0000 Received: X-TurboSMTP-Tracking: 5278828491 X-Gm-Message-State: APjAAAXqzs8wDruThVmpiTXtjYtDPTn6oG54t5mSRxLKp2WaRuKQjBkh L79olFTC931iWcLqZ9KNMqea3G9DciEIqWsyn7o= X-Google-Smtp-Source: APXvYqx5ARPZV9wrfruA4CLjDXEWRp74tV79Z6jdqgOpAQVaNnhF5gFfL4G/qJ8vis28sQyCxawep8CPGqnmfXUxRTQ= X-Received: by 2002:ad4:5604:: with SMTP id ca4mr29001370qvb.50.1568325114757; Thu, 12 Sep 2019 14:51:54 -0700 (PDT) MIME-Version: 1.0 References: <076701d56978$86020910$92061b30$@php.net> <467be4a0-dd8b-29d2-0b09-a3efd7fad56a@heigl.org> In-Reply-To: Date: Fri, 13 Sep 2019 00:51:43 +0300 X-Gmail-Original-Message-Id: Message-ID: To: =?UTF-8?Q?Alexandru_P=C4=83tr=C4=83nescu?= Cc: Internals Content-Type: multipart/alternative; boundary="0000000000005b89bb0592622585" X-Envelope-From: Subject: Re: [PHP-DEV] Changing fundamental language behaviors From: zeev@php.net (Zeev Suraski) --0000000000005b89bb0592622585 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, Sep 13, 2019 at 12:00 AM Alexandru P=C4=83tr=C4=83nescu wrote: > Also, I would also like to remind of this: > https://github.com/php/php-src/blob/master/docs/mailinglist-rules.md > I think some parts might have been violated multiple time in this thread. As was already pointed out in a different thread recently, the ones you seem to refer to are guidelines - or rather 'hints'. They cannot be 'violated'. It doesn't mean it doesn't make sense to follow them - but there's a reason they're only hints, and not rules. Zeev --0000000000005b89bb0592622585--