ID:               36458
 Updated by:       [EMAIL PROTECTED]
 Reported By:      quick_defect at yahoo dot com
-Status:           Open
+Status:           Closed
 Bug Type:         Unknown/Other Function
 Operating System: redhat
 PHP Version:      5.1.2
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2006-02-21 09:19:00] quick_defect at yahoo dot com

But I see that the behavior of function usleep reasonable this time:
warning messages are given and exit endless sleep.But why function
sleep remains? PLS fix it.

------------------------------------------------------------------------

[2006-02-21 09:14:04] quick_defect at yahoo dot com

Nothing diffrent...the same as before

------------------------------------------------------------------------

[2006-02-20 08:20:25] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip

------------------------------------------------------------------------

[2006-02-20 04:24:46] quick_defect at yahoo dot com

Description:
------------
First,if given negative value, I have to interrupt the execution of
scripts because it sleep for very long time.(I did not exactly know how
long)
Second,if given a int which cause overflow, it also do not work very
well.

Reproduce code:
---------------
sleep(-1);
$max=mt_getrandmax();
$of=-$max-2;
sleep($of);

Expected result:
----------------
exception or turn it to a legal value

Actual result:
--------------
sleep for a very long time



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36458&edit=1

Reply via email to