[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/misc/functions/_time-nanosleep.xml_usleep.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2020-07-20 9:11:51
Message-ID: svn-cmb-1595236311-350174-1359554553 () svn ! php ! net
[Download RAW message or body]

cmb                                      Mon, 20 Jul 2020 09:11:51 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=350174

Log:
Fix #79871: On Windows, php can sleep only in 1ms steps

Bug: https://bugs.php.net/79871 (error getting bug information)
      
Changed paths:
    U   phpdoc/en/trunk/reference/misc/functions/time-nanosleep.xml
    U   phpdoc/en/trunk/reference/misc/functions/usleep.xml

Modified: phpdoc/en/trunk/reference/misc/functions/time-nanosleep.xml
===================================================================
--- phpdoc/en/trunk/reference/misc/functions/time-nanosleep.xml	2020-07-20 03:32:07 UTC (rev 350173)
+++ phpdoc/en/trunk/reference/misc/functions/time-nanosleep.xml	2020-07-20 09:11:51 UTC (rev 350174)
@@ -37,6 +37,12 @@
       <para>
        Must be a non-negative integer less than 1 billion.
       </para>
+      <note>
+       <simpara>
+        On Windows, the system may sleep longer that the given number of nanoseconds,
+        depending on the hardware.
+       </simpara>
+      </note>
      </listitem>
     </varlistentry>
    </variablelist>

Modified: phpdoc/en/trunk/reference/misc/functions/usleep.xml
===================================================================
--- phpdoc/en/trunk/reference/misc/functions/usleep.xml	2020-07-20 03:32:07 UTC (rev 350173)
+++ phpdoc/en/trunk/reference/misc/functions/usleep.xml	2020-07-20 09:11:51 UTC (rev 350174)
@@ -28,6 +28,12 @@
        Halt time in microseconds. A microsecond is one millionth of a
        second.
       </para>
+      <note>
+       <simpara>
+        On Windows, the system may sleep longer that the given number of microseconds,
+        depending on the hardware.
+       </simpara>
+      </note>
      </listitem>
     </varlistentry>
    </variablelist>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic