Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113250 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 9733 invoked from network); 24 Feb 2021 17:26:41 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Feb 2021 17:26:41 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 72F6F1804E3 for ; Wed, 24 Feb 2021 09:15:28 -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=-2.1 required=5.0 tests=BAYES_00,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-f181.google.com (mail-oi1-f181.google.com [209.85.167.181]) (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 ; Wed, 24 Feb 2021 09:15:28 -0800 (PST) Received: by mail-oi1-f181.google.com with SMTP id j1so3150649oiw.3 for ; Wed, 24 Feb 2021 09:15:28 -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=iFEBbVLLQsVUJEqkGGaUIWRoUqyr8XAsO3jxS5Rj7Ak=; b=Kz53e1/c9MPtcAQ8WNQUw8PtGMGgLfk0rYOjNoP/vZz/v5eGElO3KaMHICmPslOCaX nM6wJ/ZQhKnH8tmuXGbu++L7tdtm1xk+T1/phce/92zfYYNNStyOqIVVTromCefSlSfO 760l/G5kMwnn9yKcxMTg7WYsiMmJKiAeQHNF8iYJWSLKWWO24S9kmGx7WRvEsMa7AdHL /zp7Ngci6MFnx9afOdMg5rG+o/PvQaouc3LZ8q8/mnG7D2SvW5C9uxu6FGO9VeT4TgzA Ue3AV3GvQ19HY43RF1GcrKuyBISj2EVku7tYOqA9r/RQCtZszIm0PD/ym5lmad1rU4Ai sNYQ== 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=iFEBbVLLQsVUJEqkGGaUIWRoUqyr8XAsO3jxS5Rj7Ak=; b=K2YXCz0u25TDOdK+qzHGBkqrrS86lnvVBMp6RUMJzGRjAyeQ6JLK+fnFsVhNBdeSF7 7y1Ci7TtYz2pzmgiE2q6FNVDFb5QVb8SzzjjuoIfdRW9PKP+ok4TAkwQPRE7P2gmy/BI FgRR00ig8kYjP9ol8cb9hQjYBRKGOIRPs/J/he2oKvLPrIdQaihV6I6MEMb/4e8aPBam t+vi2eMOCtDjB1ol4MSmu30/zBzkzWIkb6XkwhMQIlxFNy1rqkx65TIVhXHMU16iFds2 siNG6cJK3f3FayMbgtzjB4jViJdiqpD1K+kU0fmQ3ygNEE1CcECPofFpX3E97dRWslRQ cV6Q== X-Gm-Message-State: AOAM532O8LMMajN9Ug43ifk28451hVVWGaQBN/xL9UMwgaZl9daBkI7g eC4abqCd1fxagMlX2YjzWymad2uEqeqCy1bEeRfCYs/JuqBLOg== X-Google-Smtp-Source: ABdhPJwpaDcmt9vmhux054Az2msOJjY5xAwvqpd4vUJ6zBEQ3ILbhsNwbs5qOEY3CW3z2QfWPf6y0nz24aXUM4DET04= X-Received: by 2002:aca:f457:: with SMTP id s84mr3380439oih.7.1614186926775; Wed, 24 Feb 2021 09:15:26 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 24 Feb 2021 17:15:16 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000005f20b105bc182e2f" Subject: Re: [PHP-DEV] [VOTE] fsync function From: davidgebler@gmail.com (David Gebler) --0000000000005f20b105bc182e2f Content-Type: text/plain; charset="UTF-8" Voting is now open for 2 weeks on https://wiki.php.net/rfc/fsync_function Regards, David Gebler On Tue, Feb 23, 2021 at 5:15 PM David Gebler wrote: > Hi internals, > As there appear to be no objections or concerns, I intend to open voting > on https://wiki.php.net/rfc/fsync_function tomorrow and voting will > remain open for two weeks. > > The RFC and its implementation > > - Adds functions fsync() and fdatasync() for plain file streams on Unix > systems. > - Adds function fsync() on Windows with fdatasync() available as an alias > > PR ref https://github.com/php/php-src/pull/6650 > > Regards, > David Gebler > --0000000000005f20b105bc182e2f--