Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113497 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 16002 invoked from network); 12 Mar 2021 22:16:03 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 12 Mar 2021 22:16:03 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0D490180087 for ; Fri, 12 Mar 2021 14:08:55 -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.8 required=5.0 tests=BAYES_40,SPF_HELO_PASS, SPF_NEUTRAL autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Fri, 12 Mar 2021 14:08:54 -0800 (PST) Received: from [192.168.42.60] (host86-164-35-229.range86-164.btcentralplus.com [86.164.35.229]) by xdebug.org (Postfix) with ESMTPSA id ADAC210C01C; Fri, 12 Mar 2021 22:08:52 +0000 (GMT) Date: Fri, 12 Mar 2021 22:08:51 +0000 User-Agent: K-9 Mail for Android In-Reply-To: <70951423-5e77-c150-6dce-dd3c62f8dc8b@php.net> References: <70951423-5e77-c150-6dce-dd3c62f8dc8b@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: internals@lists.php.net,Michael Wallner Message-ID: <47A93F4F-9A0E-4511-AFC6-093389C631E5@php.net> Subject: Re: [PHP-DEV] [VOTE] Fibers From: derick@php.net (Derick Rethans) On 12 March 2021 22:04:12 GMT, Michael Wallner wrote: >Hi Aaron! > >Thank you, and everyone involved, for your effort=2E > >On 08/03/2021 20=2E40, Aaron Piotrowski wrote: >> Greetings everyone! >>=20 >> The vote has started on the fiber RFC: >https://wiki=2Ephp=2Enet/rfc/fibers >>=20 >> Voting will run through March 22nd=2E > >I voted /no/, because of the dependency on Boost=2E >If my assumptions are wrong, I may reconsider my vote=2E IIRC, that dependency is the inclusion of a single header file, there is n= o linkage against boost=2E The header file can be bundled=2E cheers, Derick