Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120587 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 41972 invoked from network); 15 Jun 2023 14:47:55 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Jun 2023 14:47:55 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 810351804BE for ; Thu, 15 Jun 2023 07:47:54 -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=-0.2 required=5.0 tests=BAYES_20,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, T_SCC_BODY_TEXT_LINE 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-oi1-f179.google.com (mail-oi1-f179.google.com [209.85.167.179]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 15 Jun 2023 07:47:54 -0700 (PDT) Received: by mail-oi1-f179.google.com with SMTP id 5614622812f47-39ca48cd4c6so4845857b6e.0 for ; Thu, 15 Jun 2023 07:47:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686840473; x=1689432473; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=c+du8BEXHB8jkMsDwp51kx3y6oOHpSVej4yb9M4t728=; b=fBZujHH66bex0cVzUdftZcsKRS46BBYNCaMS08YAnWIxBA7IbGVMRzbCic+QMdn8MK PD1WNLc3ouTdazlNpHUWlgBV32ZRDalXKDGcIqUtyS5iDI20NGaZ82nusDtqd25VPic3 lNvlJkpuEzzGGKLAsz8TRtrhGS5SH5LsLeZARYR6nU0X0jCry4vKeZNK96WojF03NIGi RAU21cg6bk/LZfA8iught8QAuq1VyaFS++eE0ZoILV7vhOmaFODO1/OIQLMqlVI59Bi1 1aoqM6u9mT+BgLaQ5rU5NUr4/v10m+xzXe3UpSSs8yuxqrsLl4IegnpaAkwSWUa2Q/EJ JXcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686840473; x=1689432473; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=c+du8BEXHB8jkMsDwp51kx3y6oOHpSVej4yb9M4t728=; b=gDeVr1sGK8Re6DkZp4rkaaDEItYyXGTxil78gQNsxDu/MAi2GqqAN2j7xsB4y+17k2 +7QpGOIe8/mNxwwP+3hIeKUn7gL70e/mz4kr5/1EiuQZIIbdmoEjReUu6iveEda6snvS 9LMVdqBGKPWZ7EwH6iHkV1gXSrI7/7aeEHLrEE94/bnnDsRaF7YBWIa1MPod2+/8ItnA FoM/SVAZgWF2nR1BkcB3ZA2zkC6BlvoOOMLyXwm13asiZQgHMfl0rJu89t+uOcC10Z6x IZvTc1BwVHjGRe0K1GWYbg8e+tpavehHv68/0QFAxSyGNKXz7rLMI2DGfAgBCeNhQixV TmYw== X-Gm-Message-State: AC+VfDyq1iLIHoqHODIr3NSLIkWTGuzU/RlRnw0wIW6DVILY5eK6hC5I mQ8wNmRzYMZm/Kk1IIaFD5GoWQnm5sJUHkZAyZZXWIjZWkc= X-Google-Smtp-Source: ACHHUZ4czgVrJupKmBAkRzMBWrD/aTzBkoy0+7k5jjs3d1GeXq+3Htcq5RBu0gLhCOcfPLyCVa7VtkPqx4tsswUCBjc= X-Received: by 2002:a05:6808:1249:b0:39a:5e92:2b45 with SMTP id o9-20020a056808124900b0039a5e922b45mr15612296oiv.10.1686840473107; Thu, 15 Jun 2023 07:47:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 15 Jun 2023 15:47:40 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000003140fe05fe2c27c8" Subject: Re: [PHP-DEV] [RFC] [VOTE] Define proper semantics for range() function From: george.banyard@gmail.com ("G. P. B.") --0000000000003140fe05fe2c27c8 Content-Type: text/plain; charset="UTF-8" On Thu, 1 Jun 2023 at 17:16, G. P. B. wrote: > Hello internals, > > The vote for the Define proper semantics for range() function RFC is now > open and will last for two weeks until the 15th of June 2023: > > https://wiki.php.net/rfc/proper-range-semantics > The vote has now ended with 20 votes in favour and 0 against. Best regards, George P. Banyard --0000000000003140fe05fe2c27c8--