Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110883 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 15820 invoked from network); 8 Jul 2020 21:24:09 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Jul 2020 21:24:09 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 327501804DA for ; Wed, 8 Jul 2020 13:15:10 -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, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f179.google.com (mail-lj1-f179.google.com [209.85.208.179]) (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 ; Wed, 8 Jul 2020 13:15:09 -0700 (PDT) Received: by mail-lj1-f179.google.com with SMTP id z24so30812975ljn.8 for ; Wed, 08 Jul 2020 13:15:09 -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; bh=TPx7RJedBv5cx9Odx4eVVS48o9Ey9Uj4vKICjWkXR4Y=; b=f9emN0KWozi4XqytliitrA8X0FN9QrYdMMzeNEIENKK/5uUChOUOFFgML6IoZOdhcG uCAQDMSyiyysfUwLERQYWW7W1PeQZlDMnkx4wyWQTL8m+XOZ9jA0L3nj8n0L58gZt9lA mn92N6pgpgmIt6jllAp7gaKC3Sf97GWtWrKCm0JZrUdtRjBJedM/S77KUab+ZslWvWjl VQ0spY0JNatT6LLhDgOyrjus1dntWFzMFdqoCU/oHTWRag690pINLm9OcuPqJuYoy2uY VHcschr4nPp0S51n6i8Q9SFvGmYbP6WUteAkhGBOfgu8e5qGCLFzj3/ORLl5oIxtFt5+ FHgg== 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; bh=TPx7RJedBv5cx9Odx4eVVS48o9Ey9Uj4vKICjWkXR4Y=; b=A5KupH3Bbd+kFqSIT5SZYKXQBihm6Gi3by2KRif/Nu/AOx387h+UwzfceWYEJY4+Dx 2eMxjV+6RLYqFm4EQnu7Si3kPMgOSDUhCkqjNO6hMRP0nZ4xmhkon7/rLgePmUoU8IsG fCStMhzWaGKyct5IN/bypJ7hqQnP1T89EC6MGyUrTwae145KtkN3C2h2ifC2YvTvtwoR KN8kVYY9u7ee5fQH+91+k6LY3rtI1TsvVtB4/poST6Y5rYgM2d1hfL7bfBT8ZxSJztpu GGAzOgrjSS4SNMstcHG9vpA4EAXiHbbv7xzoWtnSSdkFpYBZWyAlJyhYlRH3a5iknCNn s/3w== X-Gm-Message-State: AOAM531vkkg5syQgZJc1FxuIbBCPnQkrzre7iVEIyhQkNY8OaT4pBkWG CFkqkkw2fgKHOxcEwibQLdESMHxNbQCeVKQ/ooRe4hZF X-Google-Smtp-Source: ABdhPJxPRpxi6NO9iph+JoG1PkJOUIp6eUjb1F3yhCWhqOWQexVGpSCQlI+xglenYyx8nAr9LD+mth51XK8POBEhi9E= X-Received: by 2002:a2e:9a47:: with SMTP id k7mr22831481ljj.96.1594239307336; Wed, 08 Jul 2020 13:15:07 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 8 Jul 2020 23:14:55 +0300 Message-ID: To: PHP Internals List Content-Type: text/plain; charset="UTF-8" Subject: Re: [RFC] [VOTE] Make constructors and destructors return void From: benas.molis.iml@gmail.com (Benas IML) Hey internals, I have reopened the voting. It is going to close July 22nd, 2020. I have also added a "Why allow void return type on constructors/destructors?" section which I hope internals are going to read and consider before voting. Thanks! RFC: https://wiki.php.net/rfc/make_ctor_ret_void Best regards, Benas On Fri, 3 Jul 2020 at 00:12, 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