Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113094 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 79057 invoked from network); 5 Feb 2021 22:04:15 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Feb 2021 22:04:15 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D251F1804E1 for ; Fri, 5 Feb 2021 13:48:17 -0800 (PST) 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.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-vk1-f172.google.com (mail-vk1-f172.google.com [209.85.221.172]) (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, 5 Feb 2021 13:48:16 -0800 (PST) Received: by mail-vk1-f172.google.com with SMTP id n63so1797899vkn.12 for ; Fri, 05 Feb 2021 13:48:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/PUgdkRNo1AiUFgfUSM5KzsTk5SxNLckwQAVxXk/IAw=; b=yhRVqVpcv0bybcfUdsSk0kiEMMHObclsLmSQ1AvEvJWhtlhiQA3DtLb8eGHoNCLMLe eEsWvc66ySK3wh5DWYQF1Ork0Mrh6ek+9dgOOEKQU9q1fWGg5UZlxnzZWthwW+Sc2zR5 nDd0+Xpuwm9/zqGMSdpSLEP1sZEfBPBNqcsjnD1bgjcNORXN0mAj18GNl6cTeZlmy8pH zm7mYqNHhgU3mYZ2Rpiy+VqKKf+javg3pVNid1TsrneiXNglIP29FJveocl4MwqDErPU Hx1W84fRQYc7Sp8LmGBWpo3HDIh2I3pQS+LSjMX4LOJXkeCTeBH5XTKNiAquGAB/Atgr NyQQ== 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=/PUgdkRNo1AiUFgfUSM5KzsTk5SxNLckwQAVxXk/IAw=; b=dgmQyRBpZMGdpFUtb+ctrUmw+98gdAog+V9mb+70B2JYdxeiKG//dpkQylJjjoarzF DxIkn9juyivK8VNBneF4nxJS5L3bcfihzREsM2tS71caIj6KGzopwRzKCMLZF6DasBjT EOEA1lYAWJTs2GRqQOPX6ir5z4mM+Z4iuraTPRB3rqBFDMdxrOukvwWIJz62yV5/TC4k eHOI/0g7hYdsBr5yMsRffdz2WYCo/K6uN93UdjFNUJIecucNu57WMWDabeR3FR5cxxFQ hdFWZbkSLIC1ort228eTDPou3BqX/rAmiRZNeCrZ7ymHmhx5jg9ch60//b4GudFym78o kaTw== X-Gm-Message-State: AOAM530LtPGeKIr7W4T5gAkVZQoWuTnZ1R5D7XozgZWkn0Dgfc3338YG T0BITmVckHvJdivXyhe7FT0ZoU2X5uVImwJgcUfzY5YQESdTQb4P X-Google-Smtp-Source: ABdhPJyM7bfOH80tzwypxOkwd45bevzjZ/UNbM8mSelF5yi/gdhKENHdqCg2w/NRYrAajjLXzrZbrVhSb1sg+0rwOJA= X-Received: by 2002:a1f:2143:: with SMTP id h64mr2818399vkh.2.1612561693019; Fri, 05 Feb 2021 13:48:13 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 5 Feb 2021 21:48:02 +0000 Message-ID: To: Larry Garfield Cc: php internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [VOTE] Enumerations From: Danack@basereality.com (Dan Ackroyd) On Wed, 3 Feb 2021 at 17:29, Larry Garfield wrote: > > The vote on the Enumerations RFC is hereby opened. It will run until 17 February 2021. The no vote for this is slightly higher than I was expecting. I understand that some people think enums should be 'just consts' and some people might not like using objects for the implementation. Other than those two, does anyone want to mention any other big downsides that weren't raised during the conversation? cheers Dan Ack