Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110839 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 53956 invoked from network); 3 Jul 2020 16:32:24 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Jul 2020 16:32:24 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DC36118054E for ; Fri, 3 Jul 2020 08:22:07 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 3 Jul 2020 08:22:07 -0700 (PDT) Received: by mail-lj1-f180.google.com with SMTP id 9so37393207ljv.5 for ; Fri, 03 Jul 2020 08:22:07 -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=Waop15QjrO9lhs2ika9LPvf0fO6ikEhu5EidlGP3T0k=; b=CnrNx1CLBinfDw9pGwKcnBs0TTr1REddIEkZwDGdnQyM9OHme2VctU0jEs1aIJT8kN ipWV/Y/fGLZipCBM/uPpS/vvT/1PMqH2mUPnf1fear/vviSjxPCyMMWvV8AOJhBizVdB URAf+ZtryF8DlRyIztMvF1VkoewylXOSSYzKXRa2ouIo/D/zxk1Xsgt0Mr4Ks86aEkIx ASPAAuzovk+n+lG+RlpBzcJ6m8zDVdw6GKwytogCkknw4vp/hbG4glWPIF4qlKyDVaRI XugcL+LhhwApyoCFuG2WLXpEjTQwqzoEuxNhIaZtnWshP9eyz2egEOeC00NCmZRzw30r +ePQ== 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=Waop15QjrO9lhs2ika9LPvf0fO6ikEhu5EidlGP3T0k=; b=MkUO5qfMalcXi8Qil08kfNoG84ZlVKmm+z+45H38AYlY0u351bGfmk+rEoXmzl8TFs 9MEzYLuSNlvuEpw8QXF3Smt9o5rVcvsTPuPk558h7ml5QyCbFVyxLFVb1Ghev8TlFMlM WkhTVedTYZe2US0eb7wTnsiScO+IwZ5p//uY4embbIRZzpN5ECeMAZ1LJdAIkvZ4+8Pw 1I1NyhHErzVqkA+lXccKRqo8wbfUP0OC1mML9YB7/32gMH8x3frd8FO3DAiABiJ8jXxv ecNjTSl1x3WEbeDvVeKy6FSuvPy41UmM7NKmbuy07Cwi5Hv0Q2Sdr06CN8mgQxg5YjtO YeNQ== X-Gm-Message-State: AOAM533cVJlhVt/W8eQV9ADkCPvxeI2fZTp2LMHNTiEM4/zV4bYSDBzI Qszfz5QBGYCwPiJIXw55DbVlyfuqk3ixN5rpVTY= X-Google-Smtp-Source: ABdhPJxwTS8pRNSLmqUS6XIUzRXcmMlitWYE0m9GeUIUjcUisVzYKdletmalmaKLbFQr/wB2vNFAtKEizjnVckFvJL4= X-Received: by 2002:a2e:9e87:: with SMTP id f7mr20970440ljk.44.1593789723912; Fri, 03 Jul 2020 08:22:03 -0700 (PDT) MIME-Version: 1.0 References: <75DFD68A-BC67-4527-B5BB-110DE18DCA2A@zend.com> In-Reply-To: Date: Fri, 3 Jul 2020 18:21:51 +0300 Message-ID: To: Zeev Suraski Cc: Nikita Popov , Benjamin Eberlei , PHP Internals List Content-Type: multipart/alternative; boundary="000000000000572da105a98b1686" Subject: Re: [PHP-DEV] [RFC] [VOTE] Make constructors and destructors return void From: benas.molis.iml@gmail.com (Benas IML) --000000000000572da105a98b1686 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable *just let me know if that is a minor change and I'm okay with updating the RFC right now. Best regards, Benas Seliuginas On Fri, Jul 3, 2020, 6:20 PM Benas IML wrote: > Hey Zeev, > > For me it doesn't really matter if we enforce `void` rules implicitly in > PHP 8.1 or PHP 9.0. Just that we do at some point. > > Thus, I'm okay with closing the secondary vote and updating the RFC to > mention only PHP 9.0 (and not PHP 8.1). > > Best regards, > Benas Seliuginas > > On Fri, Jul 3, 2020, 6:05 PM Zeev Suraski wrote: > >> >> > On 3 Jul 2020, at 13:27, Nikita Popov wrote: >> > >> > Now, whether this RFC actually makes a sufficient case to disregard >> policy >> > here is a different question, and at the discretion of the voters. >> >> I think this is key here (the first part, not the second). >> >> It doesn=E2=80=99t seem as if the RFC makes any case at all why it urgen= t to >> enforce this compatibility break outside of the standard policy. In fa= ct, >> unless I=E2=80=99m missing something, it doesn=E2=80=99t attempt to tack= le that question at >> all, and portrays it as a simple choice between two equal options that a= re >> up to personal preference. That is not the case - our standard policy i= s >> an outward facing contract, which we should be very wary of breaking - a= nd >> at the very least do while taking a very informed, measured decision. >> >> We can not assume that all voters fully understand the implications of >> breaking the policy, or even that this would be breaking policy at all, >> given that it=E2=80=99s not even mentioned in the RFC. >> >> As such, I do think the current state of the RFC is somewhat problematic= , >> and to actually consider introducing it into 8.1, the RFC requires 3 >> amendments: >> >> 1. State that per policy, if the RFC is passed - it would generally go >> into PHP 9.0. >> 2. Make the case of why the RFC author believes it=E2=80=99s important = to do it >> in 8.1 and not wait for 9.0 per our public-facing policy. >> 3. Change the wording on the 2nd vote to =E2=80=9Cintroduce into PHP 8.= 1, >> despite our compatibility policy=E2=80=9D, and turn it into a clear Yes/= No question >> that clearly requires a 2/3 majority. Since technically it might be an >> issue, perhaps we can stick with the current wording, but still make it >> clear that for 8.1 to be chosen, it=E2=80=99s have to obtain a 2/3 super= majority. >> >> I think those are fairly minor amendments that can be done without >> restarting the vote, given where it=E2=80=99s at. >> >> Zeev > > --000000000000572da105a98b1686--