Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122603 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 9B45D1AD8F6 for ; Sun, 10 Mar 2024 18:55:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1710096927; bh=pJMwIR2uiIYFtY4Oo7FeKwQz5C0yxbxNXcUuFBmmjWE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Nv8hQzQwLyBlerZs8489aRHNlKHMWgNnvrHFgidGrIrUZlYKlKmAra5wEbKFx2uAK LKFEkf3DvOhe1VRZOuWUj5RX/FQcfniLym5rgg/8ML0pQ6e8cdmSLcI2PtlnACzFg1 p5fdyl7+9aVeYWCHY6F3wnHPnw0mPfX8+WmFtVc2SWXL/hlS2DeRYri4awzk/Yeixt 28ikO16mckB/qVcDds/QoNg76kTDwiIGz2BVugmcYUghZzDBdO9VqbacfTK4Xp0Zxo /Gm/MBO7AQv0Bx3HYJ7lVXnoq1ZtbJk3t5Cvt9NKllDUBkYE7EHLrTA54LNPPkIRYN 6D9SvBgn9un0w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7300118003F for ; Sun, 10 Mar 2024 18:55:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 10 Mar 2024 18:55:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1710096905; bh=xh6aQ3kcZgLqiolOBhhupKXRWeP5jwFvwCjgJp4GzGo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=T+WR1Nge+i5v35svQXUpXKApcwwlTG9mS9KSKwFZzpxP//ul0IB2W2DzpeROsWkz8 AC7xZfnoMHWHW/Oj1v2p3m5ZiH5hXZiUjBnUaHvL1HXYB+4XG8MOZl3sWQoxiX86rh dMUWajjw6ZEjdzCDSRhgmuASO1NVF/QorSAtODUAPYXVlTNIgX/dnPnf+hedHn+piK wnO1FAIMuUBuo9pD4NC5iO13MMI2wpAPDXDo8zNS9jsFYhOUmWd6IDKLdQU9oCcAzC wE9rR6g5f4KayzZoTecGyN1hULQH4enF9AQG/mfQ5JI7nM7KFFrQACTiyxzC+TfLc7 g8ZNcxbQ6MGDA== Message-ID: Date: Sun, 10 Mar 2024 19:55:03 +0100 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Subject: Re: [PHP-DEV] int|float for sleep? sleep(0.1) => sleep 0.1 seconds To: Hans Henrik Bergan , Larry Garfield Cc: php internals References: <7d05d51f-f301-4d62-b1c0-83e6a2e0632e@bastelstu.be> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 3/8/24 09:12, Hans Henrik Bergan wrote: > Does this work for you guys? As said before, not a fan of the voting choices, because of the implicit dependencies that you would need to carefully specify. >> adding a short *nix explanation of when sleep will > return earlier than expected would be helpful > > Where should that be? in the "Introduction" section? or the "Proposal" > section? (or elsewhere?) With the current structure of the RFC I believe it would fit best within the Proposal section. Best regards Tim Düsterhus