Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113234 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 768 invoked from network); 23 Feb 2021 17:27:08 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 23 Feb 2021 17:27:08 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B338B1804D1 for ; Tue, 23 Feb 2021 09:15:40 -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-f179.google.com (mail-oi1-f179.google.com [209.85.167.179]) (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 ; Tue, 23 Feb 2021 09:15:40 -0800 (PST) Received: by mail-oi1-f179.google.com with SMTP id l133so10107311oib.4 for ; Tue, 23 Feb 2021 09:15:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=jldYOqyW4qo6DRSXl2/rtXHpTLiTng0ZV1xIj/MS0JA=; b=RdlIC1lcUy6Injcp8bCvviSzEtyDfJSEbsBX15Y39bFBxBT66AMlKVS+dzqIKdKtcN EzYFKjp/SaVPieRbPjcPBwIk1MQzVhY+IPuhkXt54IP5X+HQFZvfuM5xrDCZ+CQk+V8M yJDTAELkVJlaKdyApKBmxlBJ9pUGP7BBcZCd/QcbewqKfhUn1cZX8uWToejMBqF8qTcn x5udxnjze43k71myykSaepyU6t4+m1950gdfFm3erZforMh/l65YmyCj7lK9+9LrGKxW pouChyFTSeJSKh9113iZwKudpzkonXt4ct5vIgVTlcJfJKCfKaT+oBOPyDGM9C2JlCzY jpng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=jldYOqyW4qo6DRSXl2/rtXHpTLiTng0ZV1xIj/MS0JA=; b=tCxCr+S02+Hr9Ut+Y9GHnDCXtjq+/EdskenJkiuPHwJ3AJOkL/LkjjmARwOeY654a5 j2NjKczvVO7gYWVL9/8ypKF4EKnUm66LQjFfBN3r8L8PJ4TM1WgK2HBAJTkwB+m9/eZz ARRry+jKbJxJy1ns2GxrQ2Y/1pmq0XdHKdkl94d7IlN2ZztYoex8jC2iNWOdZpmqLG0G j8llCBv69WyRNQpvQV04f7LgkDs2UA6qQFevyYDOLw0W6+OsGU7rL73rL27494ZOBZfL t+ygNguC2aeRT5cg/cij/U0ZE0TyiW0N7ye//OGag9kSip0yO8AJKEl5qPrRp4YtH70k umyQ== X-Gm-Message-State: AOAM532IeaHhFcQlZjde1Qt/V5J463ZM5nqVdntApY9u1OzCBYWa86rS qjOd9zxat4zqByI2XR6s0lqbVWqRtam4ATO958snFjGabUYWFw== X-Google-Smtp-Source: ABdhPJyWWhmgVL401tBtiV4QzpY6NMAdBRpkL5XllNTtJ/dwkcXl02zfT5PtiXJK90oNgIhkNOTK5k4aVJxcYE7uckk= X-Received: by 2002:aca:f457:: with SMTP id s84mr1513105oih.7.1614100539256; Tue, 23 Feb 2021 09:15:39 -0800 (PST) MIME-Version: 1.0 Date: Tue, 23 Feb 2021 17:15:29 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000046334005bc041118" Subject: [PHP-DEV] [VOTE] fsync function From: davidgebler@gmail.com (David Gebler) --00000000000046334005bc041118 Content-Type: text/plain; charset="UTF-8" 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 --00000000000046334005bc041118--