Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102215 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 273 invoked from network); 10 Jun 2018 12:50:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2018 12:50:58 -0000 Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.220 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.220 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.220] ([81.169.146.220:13196] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/C4-62758-1BE1D1B5 for ; Sun, 10 Jun 2018 08:50:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1528635054; s=strato-dkim-0002; d=kelunik.com; h=Cc:To:Subject:Message-ID:Date:From:In-Reply-To:References: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=l20auU4gYju0LG9Iw0TToUQGX5epFYRgXap4itD9lcQ=; b=beTm70zVBAeA+8DgjCpYBiGQgv20tmc4A9N0CCIu+UTmeMqE34EZ+C7Ax51gZOr7eG kWTgiDO2k2UteyTxIXSdws2DBA41wpZM4RfzFke/aukQfh9lhBLzlG4BnkdzIWfZ0Vsa Syso0PY+cKQnAGaDgym/ZfqAojqkHuEfN/vkEbJr9P8e+cb+Bpb/j7JeqMrulq9jThnv cuTZZTxy32XDqQnMc2WJIbBSQvd3bRky23+OHKeXEkPusBhNb7AYPeoEXGU/9cxrpU76 JpHMgbs3GuomBf7ipA0fjz2X5bwH2pJHAaOzhvywet75jsIG7MdcCDtgMrFEZ3b8c8y4 iJWg== X-RZG-AUTH: ":IWkkfkWkbvHsXQGmRYmUo9mlsGbEv0XHBzMIJSS+jKTzde5mDb8AaBUcZi8scA==" X-RZG-CLASS-ID: mo00 Received: by mail-yb0-f180.google.com with SMTP id l2-v6so5836184ybp.8 for ; Sun, 10 Jun 2018 05:50:54 -0700 (PDT) X-Gm-Message-State: APt69E2XUBsRQVLCgIYVRZy0mw+8zrdnhYVYqNpFTU8eVCwEr3+R2wQ7 tJ8n1eOU15hZLHmDmfeKxAvP5wjKz8oWaV2KS/M= X-Google-Smtp-Source: ADUXVKL662Bd0YF95G1YIaIdnVUM5R+tzC11ubVUigN8RbU02bnL4588NTrZrQ05lTaKrNilbFIxmG3T9Xyl45fK5/8= X-Received: by 2002:a25:7c81:: with SMTP id x123-v6mr7798145ybc.315.1528635053632; Sun, 10 Jun 2018 05:50:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 10 Jun 2018 14:50:42 +0200 X-Gmail-Original-Message-ID: Message-ID: To: Haitao Lv Cc: PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [VOTE] Fiber API From: me@kelunik.com (Niklas Keller) Hey Haitao, there doesn't seem to be any voting snipped on that page, so there's no actual vote yet. Also, the open issues section should usually be empty when the vote starts. The implementation in its current state is very limited and not really useful to real-world applications. Written code can't even be tested with common testing tools such as PHPUnit, because PHPUnit relies on reflection, which is unsupported by the current RFC. Additionally, the "why not as extension" doesn't really have a good reasoning. In its current state, I think it's better suited as an external extension. I'd really like to get fibers into PHP, but not in that state, sorry. Regards, Niklas