Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113027 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 42229 invoked from network); 30 Jan 2021 18:51:59 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Jan 2021 18:51:59 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EBBE91804AA for ; Sat, 30 Jan 2021 10:34:30 -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.7 required=5.0 tests=BAYES_05,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-oi1-f180.google.com (mail-oi1-f180.google.com [209.85.167.180]) (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 ; Sat, 30 Jan 2021 10:34:30 -0800 (PST) Received: by mail-oi1-f180.google.com with SMTP id p5so13932674oif.7 for ; Sat, 30 Jan 2021 10:34:30 -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; bh=MrP82INmIxvmmZXS1Dmj5wtKhCqWS2p9jHFXoUQO7wo=; b=RRqjfkQe0djdNw5F1aizBw0ivnSjEkDhgLnmt6GwN8FMJS/YCsZBmmx3rHGgIMecPF 64NqpGXl9iZJni+B0oXsV6TZpKTZV5oWEbwEa0CyNXkv3rce9Q4e0fbObu440LqrFIOk 67JKXdmQ3imlcEL5ZK32c88YcQUTnLmWAXQ0o70uTrFXEEwCZSRdSxBHya3b2hQ07A1w B1wk7EtZ+H7A2uV/31crg+E1QQ3bNmaV1hQOeor2nzMCI4C701x0zZPt1Ut5PuZwTocg ARNju/d+lQ/eatL2UMFM4yZv5ghRBf4dumOJeixBAgVhBlk3zFWyyZX2tFLYU7OSTofC OU0g== 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; bh=MrP82INmIxvmmZXS1Dmj5wtKhCqWS2p9jHFXoUQO7wo=; b=nq17N8jjLl6dBX9v5PMiVasySDYdvZlKdn8ZF9oYUCL3JlqrshUTaXzwTAUGVMaQN/ FyxgmD/7b4gcsqZFbkGXMMxfZmZLShkN0gmrxT1S/IUh8mSlBQqQeG0wJayy8FghvvM9 UJh/JWXSQnYUMXLJfWWjXnQi2tUqJ6347xNcWvg5NhFu37ZIgeidDaVNzJXBfb1jEUIR IzUV7UdL+qV2xR/URQv4i54jFEy+IlZrpFNaoAiKjK8e9yZcOnlBdA5BNyPKhZoy3u3R btCuq6YtotbvZRsnF6cj5Z1jcnFwyPjiGjObLkuwNUy/+bLdJk8o2yDsxFihbpTlCpYk 7gZg== X-Gm-Message-State: AOAM532eb5NuyvTWBx8IWPHDM+say9E5F1ysKONmOTO+4XV85H87LOJQ 27UggcORFjvnNynVKiWkugWUADUnUt6EedX723JxIhAj0fOX3A== X-Google-Smtp-Source: ABdhPJzawYA8lmssqiccII0gEEyYMQJR4zwx4zIhTrYH2abA/9Ds+D2Jz6jtXXEA39myn4MPqKI3MImmZd8tK6tATrA= X-Received: by 2002:a05:6808:18:: with SMTP id u24mr5984763oic.177.1612031667405; Sat, 30 Jan 2021 10:34:27 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 30 Jan 2021 18:34:16 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000e70a7905ba225e2d" Subject: Re: [RFC]: fsync function From: davidgebler@gmail.com (David Gebler) --000000000000e70a7905ba225e2d Content-Type: text/plain; charset="UTF-8" Updated the PR https://github.com/php/php-src/pull/6650 following comment from Nikita, added basic tests, would appreciate further review from contributors, have updated the RFC https://wiki.php.net/rfc/fsync_function to under discussion, cheers. David Gebler davidgebler@gmail.com On Sat, Jan 30, 2021 at 1:58 AM David Gebler wrote: > Hi internals, > Some time back I asked for commentary on a proposal to add fsync() to PHP, > I have now submitted a draft RFC https://wiki.php.net/rfc/fsync_function > alongside an in-progress proof of concept PR (current status: can compile > locally and run but the branch needs more work to bring it up to standard, > as well as tests and documentation) which I would like to open up for > review and discussion. > > Thanks. > > David Gebler > davidgebler@gmail.com > > --000000000000e70a7905ba225e2d--