Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113633 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 26122 invoked from network); 19 Mar 2021 20:58:57 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Mar 2021 20:58:57 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 468511804D8 for ; Fri, 19 Mar 2021 13:53:33 -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.7 required=5.0 tests=BAYES_05,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-Virus: No X-Envelope-From: Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) (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, 19 Mar 2021 13:53:32 -0700 (PDT) Received: by mail-io1-f45.google.com with SMTP id j26so7499847iog.13 for ; Fri, 19 Mar 2021 13:53:32 -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; bh=DieIQ36omZdEafolvIPeSyz176zAF16HSKuPa+q+/VY=; b=QU4f37EvQekI92MXUgIHYY9Q14j4AEBhYzdGl23h+SGwvG+IjZhE1/LRdpnHI5RvnQ 1vZN3CKvEIFHG763aAAVtyW35ZOFK88JevkuWAVPF3mM6QyC6NHZ21AxyuzELLHof+pP 9Nk3qE0Dje/pk6x8YlMGYnqUPLBAS+flcgiN4= 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=DieIQ36omZdEafolvIPeSyz176zAF16HSKuPa+q+/VY=; b=HaSkYXas9fEHmYp3hniyoxQut4snAT5IvV8Gzts92rMAGy21RmfaJwaMiPwO0JLEWf sVoMaBJrpmLVsc5kapHI6Wz+6VBGpu7xEHFOudaiJkTZrg7ZFeG6hfJURbpO8GkkhAPw OYWRnup6kCneEpyZdQJD7xVjPZMIcIWNTYREXQ3AOvobaP1RGeB2RuyW3dpI/0PNo0E5 O6RNU+VqqVtfmI9IfYewvpEOntTN5INBsbDbNh8x56HrRGf2IaE7nGZlOAdck058BzTc P6rIJTdeqmcbMo5/vQbXISHIAvTiJTa/GrIG2NRzSlZLZ6JSYlkV7cX2h2WxjNE06oGF wL5g== X-Gm-Message-State: AOAM533l5zf0CIQ/Ff3zCua5stEAnhswP2jVRAVmLfuMwHIzb3z7M5HI /MZv2QH2BGuiTk3dpQ0sWDfd+Ko9xa4eS6yNrYTchw== X-Google-Smtp-Source: ABdhPJxXCn9iKyIHpF/lriETR+G6DPCeH6L3u/L6a/QWC27hRbPA/ACLRo45IG8UGRnIgtGJjMWYow2kBLvrosIv3oQ= X-Received: by 2002:a02:850a:: with SMTP id g10mr2953508jai.140.1616187211355; Fri, 19 Mar 2021 13:53:31 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Fri, 19 Mar 2021 14:53:20 -0600 Message-ID: To: Aaron Piotrowski Cc: php internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [VOTE] Fibers From: internals@lists.php.net ("Levi Morrison via internals") On Mon, Mar 8, 2021 at 12:40 PM Aaron Piotrowski wrote: > > Greetings everyone! > > The vote has started on the fiber RFC: https://wiki.php.net/rfc/fibers > > Voting will run through March 22nd. > > Cheers, > Aaron Piotrowski This is selfish, but I would like to kindly request lengthening the voting window to allow me more time to play with it. I feel like I can't vote "yes" on something like this without more experience with it (which is why I currently have voted "no"). I hope others would play with it more as well if we had more time. Any objections?