Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:119521 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 86272 invoked from network); 11 Feb 2023 16:15:06 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 Feb 2023 16:15:06 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3AFC4180504 for ; Sat, 11 Feb 2023 08:15:05 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_NEUTRAL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS16276 46.105.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from 6.mo576.mail-out.ovh.net (6.mo576.mail-out.ovh.net [46.105.50.107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 11 Feb 2023 08:15:04 -0800 (PST) Received: from director3.ghost.mail-out.ovh.net (unknown [10.109.156.39]) by mo576.mail-out.ovh.net (Postfix) with ESMTP id B8D19250D0 for ; Sat, 11 Feb 2023 16:15:03 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-tmjj7 (unknown [10.110.115.217]) by director3.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 43DF21FD84 for ; Sat, 11 Feb 2023 16:15:03 +0000 (UTC) Received: from php.earth ([37.59.142.110]) by ghost-submission-6684bf9d7b-tmjj7 with ESMTPSA id B5usAwe/52MzqgQAN9ef6g (envelope-from ) for ; Sat, 11 Feb 2023 16:15:03 +0000 Authentication-Results:garm.ovh; auth=pass (GARM-110S0043824ed3b-f6c0-4325-9cf0-8257876e5649, CB4C465D60AD88E95F8B0F25A590B84976A5CFCC) smtp.auth=peter.kokot@php.earth X-OVh-ClientIp:209.85.210.180 Received: by mail-pf1-f180.google.com with SMTP id ea13so5399385pfb.13 for ; Sat, 11 Feb 2023 08:15:02 -0800 (PST) X-Gm-Message-State: AO0yUKV7vzki49N/V18DdbUjkstSuxnkal9o7GO3u6ogKiziPxenLyqg NPco0ahqAkbLwOwVhTuxg3GYu8+KcfLD95BxxAQ= X-Google-Smtp-Source: AK7set90wFn9OKRKLpI7wuncMF4QirQdPgvrS0/F/NXeubhrRX0BxPdBX8evpnys6wLJryGSFCsin3FfPFX2tjsrKQg= X-Received: by 2002:aa7:941a:0:b0:592:4d6d:bd65 with SMTP id x26-20020aa7941a000000b005924d6dbd65mr3713709pfo.33.1676132101682; Sat, 11 Feb 2023 08:15:01 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 11 Feb 2023 17:14:50 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Max Kellermann Cc: internals@lists.php.net Content-Type: text/plain; charset="UTF-8" X-Ovh-Tracer-Id: 13764970787096945158 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvhedrudehjedgkeeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpeggfhgjhfffkffuvfevtgesthdtredttddtjeenucfhrhhomheprfgvthgvrhcumfhokhhothcuoehpvghtkhesphhhphdrnhgvtheqnecuggftrfgrthhtvghrnhepvdduueejheeugefguefhveetheeiheduueevveektdelfeetvdfhhfelueetgeegnecuffhomhgrihhnpehphhhprdhnvghtnecukfhppeduvdejrddtrddtrddupdefjedrheelrddugedvrdduuddtnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeophgvthhksehphhhprdhnvghtqedpnhgspghrtghpthhtohepuddprhgtphhtthhopehinhhtvghrnhgrlhhssehlihhsthhsrdhphhhprdhnvghtpdfovfetjfhoshhtpehmohehjeeipdhmohguvgepshhmthhpohhuth Subject: Re: [PHP-DEV] [VOTE] include cleanup From: petk@php.net (Peter Kokot) On Wed, 1 Feb 2023 at 13:14, Max Kellermann wrote: > > On 2023/01/30 11:26, Max Kellermann wrote: > > If nobody objects, I'll announce the start of voting on February 1st. > > That's today. > > Voting starts now, please vote on my RFC: > https://wiki.php.net/rfc/include_cleanup > > Original discussion: https://news-web.php.net/php.internals/119272 > > [Reposting this to create a new thread; thanks Tim for the hint.] > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php Hello, I've voted in favor of the RFC because of the code-cleaning, tech-debt-reducing improvements to code readability. Additionally, PHP-SRC should adopt some suitable Clang-format rules and gradually integrate them into the code. BTW, merging from PHP 8.1 up is not problematic. Git diff only looks at a few lines of code above and below. Not the top of the file.