Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111142 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 43418 invoked from network); 23 Jul 2020 05:49:16 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 23 Jul 2020 05:49:16 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 87F18180509 for ; Wed, 22 Jul 2020 21:43:53 -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-Virus: No X-Envelope-From: Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) (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, 22 Jul 2020 21:43:53 -0700 (PDT) Received: by mail-lj1-f182.google.com with SMTP id b25so4920921ljp.6 for ; Wed, 22 Jul 2020 21:43:53 -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=uczzxJfKJ+49mvqV5lEKLUuE4IOlyfZM+pjm9ADLuxo=; b=e+MD0fG4pWq6S5sBt/TFUQvRIGWELVMUdaxC5WatW3o/aKudnv2ilqi6Gvk4tmiKyj sjccj6lMBQ4JkOkVESI7zhoanw3tOodqeobTyjeiwuiFKl5w6leZnl0BxzAIPXxXEfxj zlWmnHTiZnOHKYIcg7daT54lKkXUsa3DA0//fB2pN/YCB/guKqyy+HfUiwI4yELF2nGy OAjTU2UBNmjmYx00L5qxQWXClXPAUMPoXK4eDDwfUN+3grdG0nOm0hcXBBO+yRArB46g P5rz00T1dLZu45grt0Ir09tkf0lfA72tS2+q9NZjogc8bBcD0Q61vRF2KrXL+PaBXdkd uGkA== 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=uczzxJfKJ+49mvqV5lEKLUuE4IOlyfZM+pjm9ADLuxo=; b=lcI/EvYabEnB0O28YV+AnnAyLHnCTAPpp0CpxxWsDmoSc48NqbnaYvFffuctHi5pIM TI4avvlfN4K6dDUSRzcYFuWaV4XqiXxLvWex1UUKCEbOXmkKKU6oN3I/N1xx/24hqaJV Kz79gglzXSaSOrZTSg/o/CXYUOT5DcoNMQYSegyzt3j2Hz8C9Yyg99jfHplRQEewQLqX uwICFjIYtkgkRcMlMfAmbpbAx4ztN1qel62u6Uzki1VryxjMXlI+8lfhQY/vPmiiTSwZ bErvu84nWMyh+U8Ym7iRdBtaHOKls+5SW47YqzTJG5qytTfZ7p/FIRsM0ClNVYJBCQRi ejog== X-Gm-Message-State: AOAM532/M8jhfQTyzBOQMt2s4calvccx+Cf4z8L9dNCLaLhgJX2Z6Q6X mrf26XF3QG868F1Sjo3T9j+4c4VHQAJEAka9fCifWg== X-Google-Smtp-Source: ABdhPJwXorF1VRHSE0M27sBWe67/qkjdj5+gHIGr94h3x+AUy1N1+Tq4M1hY9/lpkz0gggE0ziIMMqe4j7ZdvpeWIUQ= X-Received: by 2002:a2e:a168:: with SMTP id u8mr1003834ljl.178.1595479427794; Wed, 22 Jul 2020 21:43:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 23 Jul 2020 07:43:34 +0300 Message-ID: To: PHP Internals List Content-Type: multipart/alternative; boundary="0000000000008a4c6905ab148064" Subject: Re: [RFC] [VOTE] Make constructors and destructors return void From: benas.molis.iml@gmail.com (Benas IML) --0000000000008a4c6905ab148064 Content-Type: text/plain; charset="UTF-8" Hey internals, I have closed the vote. The RFC was declined with 34 in favor and 22 against. Best regards, Benas On Fri, Jul 3, 2020, 12:12 AM 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 > --0000000000008a4c6905ab148064--