Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77715 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54219 invoked from network); 30 Sep 2014 08:50:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Sep 2014 08:50:54 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.171 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.216.171 mail-qc0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:56216] helo=mail-qc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/80-48312-EEE6A245 for ; Tue, 30 Sep 2014 04:50:54 -0400 Received: by mail-qc0-f171.google.com with SMTP id i17so3628684qcy.16 for ; Tue, 30 Sep 2014 01:50:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=CjhR+EnKUYEZ3Fs5M9CGecSlZvnOAdwwitJrGoC6gX8=; b=pwSvDDcju8GCICGs7/2bVH//66dfpEc+VsWeprHJypyszS8Q6B/QfdF2uhsLnpbsmw Gx1XNQrJTWOwMgdZUQC+sUrw/qq7I2EHji69ubYZhiDMBz/ExTpcYYjH65XxxKd5oWL3 ehQ/m8RlYy3DvI68Tphb/lFD2kqZ5b6Y8qR55k7kSmMrTLqaj8m7ixJaop5Q31oryb1f obb6xzQImCt4uxuiT2FSOUir0wue0rTupR5LoZkq1SOOlolXrxs+dcD/aGuU2/11M+ei 3W6+Of6RkNcYIs4JQ39iRQ4rbYmXDkIdRnVlFOdlUc6B3JTDC5eLJZmkeNqIUQNJDfRo fZDA== X-Received: by 10.140.19.142 with SMTP id 14mr12942487qgh.28.1412067051042; Tue, 30 Sep 2014 01:50:51 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.140.101.172 with HTTP; Tue, 30 Sep 2014 01:50:10 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Sep 2014 10:50:10 +0200 X-Google-Sender-Auth: DLugAvyKzN_JMyIVLr7-mZb0Vv8 Message-ID: To: Leigh Cc: "guilhermeblanco@gmail.com" , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Move pecl_sync to core From: jpauli@php.net (Julien Pauli) On Tue, Sep 30, 2014 at 8:58 AM, Leigh wrote: > On 30 September 2014 04:06, guilhermeblanco@gmail.com > wrote: >> Hi, >> >> Here is a new RFC: https://wiki.php.net/rfc/sync >> >> Thoughts appreciated. >> > > What are the actual benefits of this being included in core? The RFC > doesn't really list any. > > Also, there was a discussion in June (started by Julien) about > refactoring PHPs IO layer, where many people expressed a wish to have > something libuv based in core, this comes with cross-platform > semaphors and mutexes as well as a TON of other awesome goodies. If > anything, this is what I would prefer in core. Why would you use PHP for such low level concepts ? I don't think this is useful, better write C for the target platform I think. And this extension is very young and may be very buggy as it plays with lots of crossplatform-hell concepts. Why would we support it in Core ? Julien.P