Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110830 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 773 invoked from network); 3 Jul 2020 10:25:44 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Jul 2020 10:25:44 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 57E041804C3 for ; Fri, 3 Jul 2020 02:15:23 -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-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (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 02:15:22 -0700 (PDT) Received: by mail-lj1-f177.google.com with SMTP id e8so1850995ljb.0 for ; Fri, 03 Jul 2020 02:15:22 -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=53L8ix4reS9gfm4I5FXmSfa/HGbFNUupxGvO3X3+IiM=; b=QFBh4IfCK6xRjXAn6RpAjusfMCJ2CU7HdHPFY1x0WXw1ooaXPJxw1iT1v+LNcjSaPP mqc6gklMLUICiwRYoNMlwjftgDlBga9/7sOENhpImFu2vKzBTAxrLcBEQy308LtFU3+k 9UkIfwI79P6pL1qkKoGSrFjb0feIT7C7QLN47UVQdHZtBQcLI03L6nhdSxg8+RXdIVEQ s75bgek6L/3u4cMzXSEiVpOKPRqId44qaiV4Jq2GR6SoPI9xOlkjIYTlcX5D7mWJeQg2 67gRPcSf4sx7O0bVPyXbLebXB5ZRtljqozfLCPrgZV6crIscadd8D4KhlYQH/MexJ6YI Awdw== 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=53L8ix4reS9gfm4I5FXmSfa/HGbFNUupxGvO3X3+IiM=; b=I3h51qHFTQeP/bDGN0m8r36zF6n8H2osSvdokhI/SmSvhOzBj+BLnjgEFbt5g0n7NI U/6JqenWFV30FClBAAiAmjJtsZRItrvsF1K6b9jXfjNMq7Ao3VUcfPnWcd3Tt8StiamE Yx/pmg7GjdHKe8aixQAaKA6y1/1mp5/PkzRqZ9BIEXz5y/Z/PIzI8geMhm/B+lQsVsis 4M+nC2Rm1HiCyXfXBy9/45QP73AklGwg6LhoR4VfnRNytrcDX0nHTz6dTLAkNu5YPvrK UfoYn+w/BZPTLtb3iZStbQHMcI5KN44yi64l2a/IFcXU68rdxO+bLbaUx1u2mRTNRfHx eoyQ== X-Gm-Message-State: AOAM5300DqYAJ5+elu+Pp0d5lgRk9fv7rpoDkGC4PfimilUr6IQRLJ64 Lag7e44Ou7zPjuH2fRVIe/Byfu3M4kKPIRSJVhg= X-Google-Smtp-Source: ABdhPJzjLtPhO91EPL/FhdAVW9iKd6vq7mO0bKDfPVSNQgxQCqcX1wee46LpWWx/jLLx+oHaNDmLq7xTs9ii8ojEAXw= X-Received: by 2002:a05:651c:2043:: with SMTP id t3mr19264944ljo.0.1593767720593; Fri, 03 Jul 2020 02:15:20 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 3 Jul 2020 12:15:08 +0300 Message-ID: To: Benjamin Eberlei Cc: PHP Internals List Content-Type: multipart/alternative; boundary="000000000000d72e8305a985f67e" Subject: Re: [PHP-DEV] [RFC] [VOTE] Make constructors and destructors return void From: benas.molis.iml@gmail.com (Benas IML) --000000000000d72e8305a985f67e Content-Type: text/plain; charset="UTF-8" Hey Benjamin, Some internals told me that PHP doesn't follow semver strictly and it should be okay to enforce `void` rules in PHP 8.1 already. Naturally, I raised that issue on the mailing list but got no replies. So, I have put that question as a secondary vote instead. By the way, is there any particular reason you voted no? If there are any questions, let me know. Best regards, Benas Seliuginas On Fri, Jul 3, 2020, 12:04 PM Benjamin Eberlei wrote: > > > On Thu, Jul 2, 2020 at 11:12 PM Benas IML > wrote: > >> Hey internals, >> >> I have opened the voting for the RFC, let's hope everything is going >> to be smooth :). If you have any other questions, let me know! >> >> RFC: https://wiki.php.net/rfc/make_ctor_ret_void >> >> Best regards, >> Benas Seliuginas >> > > Hi Benas, > > I wanted to raise what I believe is an issue with the secondary vote going > against PHP policy to introduce a BC break in 8.1, I would imagine policy > overrules voting decision here and it wouldn't matter what people voted > for, it will only be removed at the earliest in 9.0 > > greetings > Benjamin > > >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: https://www.php.net/unsub.php >> >> --000000000000d72e8305a985f67e--