Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101815 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29420 invoked from network); 9 Feb 2018 10:00:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2018 10:00:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.172 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.216.172 mail-qt0-f172.google.com Received: from [209.85.216.172] ([209.85.216.172:37339] helo=mail-qt0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/74-21403-B417D7A5 for ; Fri, 09 Feb 2018 05:00:43 -0500 Received: by mail-qt0-f172.google.com with SMTP id s27so9833076qts.4 for ; Fri, 09 Feb 2018 02:00:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=SYEUgZH7j/zHbLE7Nmd0BcR/JyKaKcIoJgGMarL0Gwo=; b=LpJ0+OO17YCF+qs3ZeVkfXVM0u+9yOj0BEK4iRCfApHCjtfoMbLnhX9VFw6kN02gIx GeYdKGUAUu9eOyLBQ5o+G6+ravOiz1EG91pWQCN+dfjB1OSpas+iPeagscjkIbbgvtHi +pofUkvMw7+E9a/8RpGMDHS9liYVuYZq3HJYwUiIZ3SMpuVK3eShRJtlrqv5mfVUSr1y bj01mDds2hXtMGTBMz3amhoIa0R767xQVnISGbJ4vHRxAJsFPwTbTKapAgeVGjEKssyJ Y+Fkai/L4kGjLt7yAP3dTAZjf7kLrkGRMLwGAWgjrSRjFHNMWxpvj7AH/3yY0yoLvoq+ gylA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=SYEUgZH7j/zHbLE7Nmd0BcR/JyKaKcIoJgGMarL0Gwo=; b=b+gwydFFXIBmnSXReps16J6KHDhR4f88RCXtINO0YRDtIpFmamsVhfrrO2HAkeu1Kq OnVBKnMJupm843EAIL7KhxZW7k9WX95UCDDIZ7ilHhurqsfBklc8fMHg8u4CTFL+WYni 5VP9ReR50+w00ajzWfwcoFIpdq9CZdzmXjEo7swCVdSnI6ol+5QEd4z8hVk0WiZaiDz+ 9y6VsEn20yWFWEw9pzFlw3US+bYJLUPegg0h/xlGk62nQ0fxf7DeWFyJ1XZr21iCqwwD a3sPaeBZX42X5MPzKVm06qo2wJLBqdWS7csaXSpuwUa6y8rThP/iorfy+GFQZq5N9gc6 Y+gw== X-Gm-Message-State: APf1xPBQ6lUZllsdupXleAYBkH68iHaETTHw2B6/4q76gv1iHhBJxiKW +DDX9PjF4XgrZFsqnxqpPec9dkmUTGu6pvsholwATA== X-Google-Smtp-Source: AH8x2250JJf9E7rIeydisPlvJsMk5X+irNcr/xC7FwFLDJ3GPaVgsixxKtsBP1vrk5N8jBDAryrbvpN+4LEJDw21JCo= X-Received: by 10.237.62.17 with SMTP id l17mr2800367qtf.203.1518170440911; Fri, 09 Feb 2018 02:00:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.25.138 with HTTP; Fri, 9 Feb 2018 02:00:40 -0800 (PST) In-Reply-To: References: <76EBF900-3BE8-4B60-9422-880A9754FCC4@lvht.net> <0DDFDACA-6322-461C-9D57-215E8C7D9CD0@trowski.com> Date: Fri, 9 Feb 2018 12:00:40 +0200 Message-ID: To: Haitao Lv Cc: Niklas Keller , Aaron Piotrowski , PHP Internals , Dmitry Stogov Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Fiber support (again) From: ua.san.alex@gmail.com ("S.A.N") This has already been discussed in github Fiber::resume() https://github.com/fiberphp/fiber-ext/issues/7 Fiber::throw() https://github.com/fiberphp/fiber-ext/issues/6 Keywords - async/await https://github.com/fiberphp/fiber-ext/issues/10 I believe that current API is normal for the Pecl ext, but to become semantics of PHP language, the API needs to be improved