Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110202 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 3931 invoked from network); 18 May 2020 03:27:48 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 May 2020 03:27:48 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EC6AA1804C9 for ; Sun, 17 May 2020 19:05:52 -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,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-il1-f175.google.com (mail-il1-f175.google.com [209.85.166.175]) (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 ; Sun, 17 May 2020 19:05:52 -0700 (PDT) Received: by mail-il1-f175.google.com with SMTP id 4so8388645ilg.1 for ; Sun, 17 May 2020 19:05:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=X8z6LEZZuh1IhvkkxzntlzDxREXIGXzItgsnOTkZUoc=; b=G9i7rIEVPwzhm33zY2wljJgvuE28LaTsAZgewyrH24Wo2eu5FzILTA0qw3UTIDETLS GXtOJTcU4t6fTCZfUjuCi3iB0mGh9xiK+Z8aGMsJap7dC5QbvYN+DIFWBcyYXVZqsfvZ +Lz6BaWqC+s14Pw2zubAwodSYTq/8IR9C3sz4= 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:content-transfer-encoding; bh=X8z6LEZZuh1IhvkkxzntlzDxREXIGXzItgsnOTkZUoc=; b=bXsERWwqQgIBOhvunWeRpeWvCIV9wjSiz2+c5wAwq8H/yglnRDcbPVDhUwWW5nwMYL ko4ER6GmYlpIHr22eY7MBhL0Eg8Qhjs+nZ23cm1IT36PstMlK7W5/SaqYhFBvNJDQQyd SScbJHtuQx8IlJR9qzQw2ZMR7CWE/K2CbKwQIT0j+it0U6RkwK9F2J+GHi83y0L1+WkJ mN3xcza6nh6nUERTew3Md2rhbyhZfj1ZC+CjZGz/vxaBmkDcBrlQLkvl25mnzqSZXCIX ZyyoOqJOBiaVgIFguuVtxo+mR59AT4v2rLN+958c/OxUY8vdokYcUx795d34AzA/yPsS Uc4w== X-Gm-Message-State: AOAM532LRS0gRISyk0/RcB6onq8HrArfqVww/rRlJS9//qLNCk6DaACk sI3uRpYOyObrpEmH8ZxPY6N/r7BKyB6VbrG+DEc8Ow== X-Google-Smtp-Source: ABdhPJwzus0PeiMp6aa7cLVkia/58FzPHK7nksI8yZip+mxZBFDxCpuoK7Z0swz24VeuDZaNJOcbAZSN5fWYasPk9Uk= X-Received: by 2002:a92:3a81:: with SMTP id i1mr3045355ilf.234.1589767549524; Sun, 17 May 2020 19:05:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Sun, 17 May 2020 20:05:38 -0600 Message-ID: To: =?UTF-8?B?TcOhdMOpIEtvY3Npcw==?= Cc: PHP Internals List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] [VOTE] Mixed type v2 From: internals@lists.php.net ("Levi Morrison via internals") On Thu, May 7, 2020 at 3:00 AM M=C3=A1t=C3=A9 Kocsis wrote: > > Hi Internals, > > We have just opened the vote on the Mixed type v2 RFC. The voting will be > open for two weeks, until 2020-05-21 12:00 UTC. > > Link: https://wiki.php.net/rfc/mixed_type_v2 > > Cheers, > M=C3=A1t=C3=A9 Somewhat begrudgingly, I have voted yes. I see no value in `mixed` being different than no type being specified at all, and suspect we'll have minor inconveniences due `mixed` not being exactly the same as no type at all.