Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113459 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 44819 invoked from network); 11 Mar 2021 06:44:21 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 Mar 2021 06:44:21 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 49DEE1804D1 for ; Wed, 10 Mar 2021 22:36:46 -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=-0.6 required=5.0 tests=BAYES_00,BODY_8BITS, 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 autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com [209.85.167.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 ; Wed, 10 Mar 2021 22:36:45 -0800 (PST) Received: by mail-lf1-f42.google.com with SMTP id u4so37949082lfs.0 for ; Wed, 10 Mar 2021 22:36:45 -0800 (PST) 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=37TxAnUBHc6i70zdO18QVYOuxXqnk548HNI4hOTeMdg=; b=Vx4cTIZKsDocDd5z7IgfrprPz/e1aqOoITl/FzWQRozA6aqwtXoMQZPmjJj23GPjbi xc4+atk2KA+k363ImOzT6GStgXzJAf1TIBTUowZhCH0jvrcxl98jS1BaFFK6TvHGP2oA 7fo12p6+KNqGrE1cRqoqIckPamJ7SknOlvfzhZSmptzbeKVGovR4a9j/QHlugixhi9Vm dWuZ++wWUX7qGsCrrE56anqCMe10Vi/CxcUyVM2CzK0GLwOKFSqwRCvk1IAGvDJVp4sK GxgZr0WcnTosOorE3V2OE+gfibiYDGY7telIexp2ZmW7WE92WizGVKdf1iAQYpIFM2OG 387Q== 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=37TxAnUBHc6i70zdO18QVYOuxXqnk548HNI4hOTeMdg=; b=Tsnnb8h/HbswOG2mkoNYzY3BYO7mqpVbSwDfRyGE4kjvQ1Lqp9ev+6epM2RVH1k+2E eWxWbDRS2imeXjXjYc7ZuvOZEr+7pFWCqml+OOYfzXhV+i6UO20Sk31DlvUzL6HXOZF1 MGpnlTkpap3g0gqTMdRmvd9qXSxvtSqaEsX0L2c+MoTd4UG2dK8JDhO8PBs6NLAHbSJA WtIHvBm0KIjchwDIdiz3UWh1pjxlDCv5KRvMXHouNxrfXSJ4zbN/NsfNeCE+d2WRPxM2 BX2v35p4XD0cRVOPr8vV0/7sRpC5iN5wogvlEzpAupw9bCmc88pEHhfIHD6mIjMvK6bT RthA== X-Gm-Message-State: AOAM530P/szC22htOjD4rqjcjPzEBEHFxvir5vcXnHlWuIBPT6qxIOEv a6R7s4u1ulkZvgryuRjxxui/SbC5yQAXrgKwlNSv5hejPMz0+w== X-Google-Smtp-Source: ABdhPJxnD9DR/B+pBjZ0qhEuitxN6BV0fOBAib+Op4HZ714HAXwE5zPmB4Dg1x4Wmkf3V1y3bwEqSUnwFVUe2EbtN0I= X-Received: by 2002:a19:c14c:: with SMTP id r73mr1435612lff.581.1615444603118; Wed, 10 Mar 2021 22:36:43 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 10 Mar 2021 22:36:29 -0800 Message-ID: To: =?UTF-8?B?6Z+p5aSp5bOw?= Cc: Aaron Piotrowski , php internals Content-Type: multipart/alternative; boundary="000000000000b9282405bd3d01a7" Subject: Re: [PHP-DEV] [VOTE] Fibers From: sarkedev@gmail.com (Peter Stalman) --000000000000b9282405bd3d01a7 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed., Mar. 10, 2021, 02:16 =E9=9F=A9=E5=A4=A9=E5=B3=B0, wrote: > I am afraid that fiber can only be used in the amphp framework and is of > no value to other php projects. > Hi, I'd like to see you elaborate on this point. Are you able to provide anything to back up this claim? I don't see anything that is specific to amphp, not anything to limit it to their use. Fibers also exist outside of PHP, while amphp doesn't. Thanks, Peter --000000000000b9282405bd3d01a7--