On Sun, Apr 10, 2005 at 04:25:11PM -0000, Ilia Alshanetsky wrote:

> iliaa         Sun Apr 10 12:25:11 2005 EDT
> 
>   Modified files:              
>     /php-src  NEWS 
>     /php-src/ext/standard     basic_functions.c basic_functions.h 
>   Log:
>   Added time_sleep_until() function, which is a high precision mechanism of
>   making a script sleep until specified timestamp.

...
   
> +             php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sleep until to 
> time is less then current time.");

That warning message doesn't read very well.  Perhaps something like
"Target time is less than current time." or "Target time is in the
past." or "Specified timestamp is in the past."?

-- 
Jon Parise (jon of php.net) :: The PHP Project (http://www.php.net/)

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

Reply via email to