Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113265 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 21599 invoked from network); 25 Feb 2021 13:49:51 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 25 Feb 2021 13:49:51 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4FA871804DD for ; Thu, 25 Feb 2021 05:38:51 -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-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.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 ; Thu, 25 Feb 2021 05:38:50 -0800 (PST) Received: by mail-il1-f179.google.com with SMTP id i18so4891854ilq.13 for ; Thu, 25 Feb 2021 05:38:50 -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 :cc; bh=UamSTk+o5ljWlzzVjz3w11/IBB/PtipEAt6xlz94/ZQ=; b=nYd6Lr+YvbBdcUx7PoMjakfbzo9Y/tu3WHGDThSfVMRMlFRvDzVVDylcTTqCf+luis 0X5BnYVxSy6c90R/U3UyChNVQfT8y6SfvJL0R4QQ8IIH8s2bUQFE+6jX0hMrxO0BicPX JvQSRZu+ZVtJMSJcHlmmjFhfC47H4Kpp40tN5XaNe4G5aMpZ8wt/1+maTKOfKkEUewAD wueB7+ciY4t63wr4c/mEDzZ9eDX6xGSYyjiFkHJSGaKN3fSohym1gffeouQgx6pqT7zb Ty244tZML1+8hNl6FGDcTUo4X6FxIz93jxpHGBOS+bGliMF5wiiJsPJTcKsV6VlXznui ob6g== 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:cc; bh=UamSTk+o5ljWlzzVjz3w11/IBB/PtipEAt6xlz94/ZQ=; b=XHzPiE+KhajVqe+iMZ+RN7eZ4WFdYZgxXDiluiL/rvfkkAiIR8CQhVCio9lB+bhzZ9 6PZszCd/AbpXj5gjP0y3jJkdBoHlIwFZd3GLdQVth/RdnMKmh3scLHEwi24USgW/FbKJ DhwG6gyNyurW02n4Elc9PnWTlk1As+mEnliCvyjRmV7t1D68h5hSF2L3l7EQ6+lHwZt5 D2LCGfnWWCMEZjJghgXOBQ22RSCsz1u0cukjSHtIio3muVI1e1FUYzvGPo5iwaeyRONj vganfcNZvmsmUJp5ULICIra5vZ8chh3j1ljU41LKmPkb0/Kgdo+Dc3LoepN5K/Ug6NeD DaUg== X-Gm-Message-State: AOAM532Ys5I5nxNzpvcKgp+IkGec7jSw7uZpaIGDZtQQeFF/rALPm+Pw 2+pqRIpxqXMHgYJ6tUJIJo3yaU4plzSE1VqNeTA= X-Google-Smtp-Source: ABdhPJxd+8dXR5l6j8OO2nhQHx3inJsjkcr+trh+lNXkuN8jvkcv2avDohThb3gUZ+u1rIp5X2vu20hhFTzRx631kbg= X-Received: by 2002:a92:3f06:: with SMTP id m6mr2403515ila.283.1614260327659; Thu, 25 Feb 2021 05:38:47 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 25 Feb 2021 14:38:36 +0100 Message-ID: To: Nikita Popov Cc: "Christoph M. Becker" , David Gebler , PHP internals Content-Type: multipart/alternative; boundary="00000000000067c0db05bc29454a" Subject: Re: [PHP-DEV] [VOTE] fsync function From: ocramius@gmail.com (Marco Pivetta) --00000000000067c0db05bc29454a Content-Type: text/plain; charset="UTF-8" Het Nikita, On Thu, Feb 25, 2021 at 1:04 PM Nikita Popov wrote: > > Throwing a warning in such a case is consistent with how functions for > other optional stream operations work. > I understand that, and I'm OK with being **against** it. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --00000000000067c0db05bc29454a--