Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109951 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 98596 invoked from network); 1 May 2020 12:32:43 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 May 2020 12:32:43 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B64551804C4 for ; Fri, 1 May 2020 04:06:36 -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=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, 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-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (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, 1 May 2020 04:06:36 -0700 (PDT) Received: by mail-io1-f42.google.com with SMTP id k6so4553290iob.3 for ; Fri, 01 May 2020 04:06:36 -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=8GJ03wytO60cc6zjPodgRvs7tQUaC//vKvUY6sruWGk=; b=IXkDHyGXCBBLoGHtmaIKY73X/8IY1JOyUbGdmMb/QAha7+4tSdAir0+YZBHmFSb7bH PDDayhUHJ/eRZ9xnbdUw362m7d5KJb1c9Em2mqMA4+563Nd0uWiuku2olZ8oVYHobGol E8Eu4D9c0lDu0IkJ3Sy0hDNPx/9yhl9ee0oT68Mu2pq05mDFlTmKZL8c/L1vnWVh0Gkq ywvwtW6dAUQjVkMz8kZHewXVmfXgvVImO8/+qDVO+DeUx5ErimWIXSzYcfKzwNp+Yvql cRurhJHIWQyoBqut2ImUwdtEAEWr4vMDI9sj0A7lHkM5QfXtncid7AVpZ390aEyuip4V TnQg== 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=8GJ03wytO60cc6zjPodgRvs7tQUaC//vKvUY6sruWGk=; b=PSsyoFTwT43i9GF4ZNVS7YY6Dz9saFhEMLz7LikLZ28L5KXZN8z7VYNJ+GsUS0UVN3 fw+w+rhnIF96sd2DCyafFKOLEBAPnr09HJeIfSQOwMbKzz4n+FESa5exli8YMfbmg/zN vWsrO9EzKSDJaFBiKu7rQiV6eoiQ3DhX/0OL54Na522ybhGinuB/WlQE+yNuD16Sx0QP RP8qb/RZO2U7db3ps5wftcpx54dhMjP4gynhO0MPkgG3LKjQzflMmRrAGvBQQWqYc6k/ KiJWBgkXcb8Qfx7F6tZ4klhpPLySLXxEkxHCkPdLlMk09Jhwc5i8UdYVS17YaRxFkGtG 6+sA== X-Gm-Message-State: AGi0Puaa2yxqL/Ef1L7jeUa9hnLfHsc0BDkbolqRzYvBYjkKpZYFInqs ZSaomA9iZYaQJBiSO8VCu8ooC4Mbd24LDyJXPGM= X-Google-Smtp-Source: APiQypK/StDYq8S8f4/s5K7dcDJP3chW5zF7FiRBZHSf0rcd7gYlENilEC2GcE6PbuPoDdFFiNEzLjpW8BeVI0qqNnA= X-Received: by 2002:a05:6602:24c4:: with SMTP id h4mr3322851ioe.30.1588331192437; Fri, 01 May 2020 04:06:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 1 May 2020 13:06:21 +0200 Message-ID: To: Dan Ackroyd Cc: Guilliam Xavier , PHP Internals Content-Type: multipart/alternative; boundary="00000000000082cf6105a4942c65" Subject: Re: [PHP-DEV] [RFC] [DISCUSSION] Ensure correct magic methods' signatures when typed From: carusogabriel34@gmail.com (Gabriel Caruso) --00000000000082cf6105a4942c65 Content-Type: text/plain; charset="UTF-8" On Fri, 1 May 2020 at 01:47, Dan Ackroyd wrote: > On Tue, 28 Apr 2020 at 17:32, Gabriel Caruso > wrote: > > > > If there are no further requests or comments, I'll open this RFC for > voting > > next Friday. > > Hi Gabriel, > > I think it would be better to hold off until the mixed RFC has been voted > on. > > If that passes, the four signatures that still have mixed in the > docblock, could be updated to use mixed in the actual signature. > > There's plenty of time until the release process starts. > > cheers > Dan > Ack > Hello sir. I'll hold to start the voting process for this one until https://wiki.php.net/rfc/mixed_type_v2 gets discussed and voted, no problems. Thanks for the head up. Best regards, --00000000000082cf6105a4942c65--